mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
controls_ifelse: Remove right-align. Remove Boolean check on statements. (#749)
This commit is contained in:
committed by
GitHub
parent
8fba5cd044
commit
dd95203cdc
@@ -277,26 +277,21 @@ Blockly.Blocks['controls_ifelse'] = {
|
||||
{
|
||||
"type": "input_value",
|
||||
"name": "IF0",
|
||||
"check": "Boolean",
|
||||
"align": "RIGHT"
|
||||
"check": "Boolean"
|
||||
}
|
||||
],
|
||||
"message1": "%{BKY_CONTROLS_IF_MSG_THEN} %1",
|
||||
"args1": [
|
||||
{
|
||||
"type": "input_statement",
|
||||
"name": "DO0",
|
||||
"check": "Boolean",
|
||||
"align": "RIGHT"
|
||||
"name": "DO0"
|
||||
}
|
||||
],
|
||||
"message2": "%{BKY_CONTROLS_IF_MSG_ELSE} %1",
|
||||
"args2": [
|
||||
{
|
||||
"type": "input_statement",
|
||||
"name": "ELSE",
|
||||
"check": "Boolean",
|
||||
"align": "RIGHT"
|
||||
"name": "ELSE"
|
||||
}
|
||||
],
|
||||
"previousStatement": null,
|
||||
|
||||
Reference in New Issue
Block a user