Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions examples/backpack-demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ const toolbox = {
kind: 'block',
type: 'text',
},
{
kind: 'block',
type: 'text_multiline',
},
{
'kind': 'label',
'text': 'Input/Output:',
Expand Down
4 changes: 0 additions & 4 deletions examples/custom-renderer-codelab/src/toolbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,6 @@ export const toolbox = {
kind: 'block',
type: 'text',
},
{
kind: 'block',
type: 'text_multiline',
},
{
kind: 'block',
type: 'text_join',
Expand Down
1 change: 0 additions & 1 deletion examples/custom-toolbox-codelab/complete-code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ <h1>Toolbox Customization Codelab</h1>
</category>
<category name="Text" categorystyle="text_category">
<block type="text"></block>
<block type="text_multiline"></block>
<block type="text_join"></block>
<block type="text_append">
<value name="TEXT">
Expand Down
1 change: 0 additions & 1 deletion examples/custom-toolbox-codelab/starter-code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ <h1>Toolbox Customization Codelab</h1>
</category>
<category name="Text" categorystyle="text_category">
<block type="text"></block>
<block type="text_multiline"></block>
<block type="text_join"></block>
<block type="text_append">
<value name="TEXT">
Expand Down
4 changes: 0 additions & 4 deletions examples/devsite-demo/toolbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,6 @@ const toolboxJson = {
kind: 'BLOCK',
type: 'text',
},
{
kind: 'BLOCK',
type: 'text_multiline',
},
{
kind: 'BLOCK',
type: 'text_join',
Expand Down
4 changes: 0 additions & 4 deletions examples/devsite-landing-demo/toolbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,6 @@ let toolboxJson = {
kind: 'BLOCK',
type: 'text',
},
{
kind: 'BLOCK',
type: 'text_multiline',
},
{
kind: 'BLOCK',
type: 'text_join',
Expand Down
4 changes: 0 additions & 4 deletions examples/keyboard-navigation-codelab/src/toolbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,6 @@ export const toolbox = {
kind: 'block',
type: 'text',
},
{
kind: 'block',
type: 'text_multiline',
},
{
kind: 'block',
type: 'text_join',
Expand Down
4 changes: 0 additions & 4 deletions examples/sample-app-ts/src/toolbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,6 @@ export const toolbox = {
kind: 'block',
type: 'text',
},
{
kind: 'block',
type: 'text_multiline',
},
{
kind: 'block',
type: 'text_join',
Expand Down
4 changes: 0 additions & 4 deletions examples/sample-app/src/toolbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,6 @@ export const toolbox = {
kind: 'block',
type: 'text',
},
{
kind: 'block',
type: 'text_multiline',
},
{
kind: 'block',
type: 'text_join',
Expand Down
17 changes: 0 additions & 17 deletions plugins/block-test/src/fields/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,6 @@ Blockly.defineBlocksWithJsonArray([
helpUrl: '',
output: 'String',
},
{
type: 'test_fields_multilinetext',
message0: 'code %1',
args0: [
{
type: 'field_multilinetext',
name: 'CODE',
text: 'default1\ndefault2',
},
],
style: 'math_blocks',
tooltip: 'test tooltip',
},
{
type: 'test_fields_checkbox',
message0: 'checkbox %1',
Expand Down Expand Up @@ -246,10 +233,6 @@ export const category = {
kind: 'BLOCK',
type: 'test_fields_only_text_input',
},
{
kind: 'BLOCK',
type: 'test_fields_multilinetext',
},
{
kind: 'BLOCK',
type: 'test_fields_variable',
Expand Down
7 changes: 0 additions & 7 deletions plugins/dev-tools/src/toolboxCategories.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,13 +367,6 @@ export default {
TEXT: '',
},
},
{
type: 'text_multiline',
kind: 'block',
fields: {
TEXT: '',
},
},
{
type: 'text_join',
kind: 'block',
Expand Down
7 changes: 0 additions & 7 deletions plugins/strict-connection-checker/src/toolboxCategories.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,13 +367,6 @@ export default {
TEXT: '',
},
},
{
type: 'text_multiline',
kind: 'block',
fields: {
TEXT: '',
},
},
{
type: 'text_join',
kind: 'block',
Expand Down
7 changes: 0 additions & 7 deletions plugins/theme-dark/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,13 +380,6 @@ const toolbox = {
TEXT: '',
},
},
{
type: 'text_multiline',
kind: 'block',
fields: {
TEXT: '',
},
},
{
type: 'text_join',
kind: 'block',
Expand Down
7 changes: 0 additions & 7 deletions plugins/theme-deuteranopia/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,13 +380,6 @@ const toolbox = {
TEXT: '',
},
},
{
type: 'text_multiline',
kind: 'block',
fields: {
TEXT: '',
},
},
{
type: 'text_join',
kind: 'block',
Expand Down
7 changes: 0 additions & 7 deletions plugins/theme-highcontrast/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,13 +380,6 @@ const toolbox = {
TEXT: '',
},
},
{
type: 'text_multiline',
kind: 'block',
fields: {
TEXT: '',
},
},
{
type: 'text_join',
kind: 'block',
Expand Down
7 changes: 0 additions & 7 deletions plugins/theme-modern/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,13 +380,6 @@ const toolbox = {
TEXT: '',
},
},
{
type: 'text_multiline',
kind: 'block',
fields: {
TEXT: '',
},
},
{
type: 'text_join',
kind: 'block',
Expand Down
7 changes: 0 additions & 7 deletions plugins/theme-tritanopia/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,13 +380,6 @@ const toolbox = {
TEXT: '',
},
},
{
type: 'text_multiline',
kind: 'block',
fields: {
TEXT: '',
},
},
{
type: 'text_join',
kind: 'block',
Expand Down