Skip to content

Commit 019a044

Browse files
authored
Update default_toolbox.js
1 parent 9b3cd8f commit 019a044

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

blocks_vertical/default_toolbox.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,11 @@ Blockly.Blocks.defaultToolbox = '<xml id="toolbox-categories" style="display: no
549549
'<block type="extension_wedo_motor" id="extension_wedo_motor"></block>' +
550550
'<block type="extension_wedo_hat" id="extension_wedo_hat"></block>' +
551551
'<block type="extension_wedo_boolean" id="extension_wedo_boolean"></block>' +
552-
'<block type="control_fieldbutton" id="control_fieldbutton"></block>' +
553-
'<block type="control_fieldcheckboxoriginal" id="control_fieldcheckboxoriginal"></block>' +
554-
'<block type="motion_mutatorCheckboxTest" id="motion_mutatorCheckboxTest"></block>' +
552+
'<block type="control_fieldbutton" id="control_fieldbutton">' +
553+
'<field name="TEST_BUTTON"></field>
554+
'</block>' +
555+
'<block type="control_fieldcheckboxoriginal" id="control_fieldcheckboxoriginal"></block>' +
556+
'<block type="motion_mutatorCheckboxTest" id="motion_mutatorCheckboxTest"></block>' +
555557
'<block type="operators_expandablejoininputs" id="extension_wedo_boolean"></block>' +
556558
'<block type="extension_wedo_tilt_reporter" id="extension_wedo_reporter">' +
557559
'<value name="TILT">' +

0 commit comments

Comments
 (0)