mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
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.