mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Adding controls_ifelse block (#722)
Adding controls_ifelse, an if/else block that is loaded from JSON and does not use mutators. This gives "else" capability to Android & iOS implementations, which don't support JavaScript mutators. Added this block to the playground simple toolbox and all generators.
This commit is contained in:
committed by
GitHub
parent
0156f2e103
commit
72ff6d9ead
@@ -379,7 +379,7 @@ h1 {
|
||||
</p>
|
||||
|
||||
<xml id="toolbox-simple" style="display: none">
|
||||
<block type="controls_if"></block>
|
||||
<block type="controls_ifelse"></block>
|
||||
<block type="logic_compare"></block>
|
||||
<!-- <block type="control_repeat"></block> -->
|
||||
<block type="logic_operation"></block>
|
||||
|
||||
Reference in New Issue
Block a user