We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb85399 commit 4d45b4dCopy full SHA for 4d45b4d
blocks_vertical/live_tests.js
@@ -6,6 +6,26 @@ goog.require('Blockly.Blocks');
6
goog.require('Blockly.Colours');
7
goog.require('Blockly.ScratchBlocks.VerticalExtensions');
8
9
+Blockly.Blocks['control_expandableCase'] = {
10
+ init: function() {
11
+ this.jsonInit({
12
+ "message0": '%1 %2',
13
+ "args0": [
14
+ {
15
+ "type": "field_expandable_remove",
16
+ "name": "REMOVE"
17
+ },
18
19
+ "type": "field_expandable_add",
20
+ "name": "ADD"
21
+ }
22
+ ],
23
+ "category": Blockly.Categories.control,
24
+ "extensions": ["colours_control", "shape_case"]
25
+ });
26
27
+};
28
+
29
Blockly.Blocks['looks_setVertTransform'] = {
30
/**
31
* Block to report properties of sprites.
0 commit comments