Skip to content

Commit fad3079

Browse files
authored
field_expandable_add -- dont xml serialize
1 parent 06b59c4 commit fad3079

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

core/field_expandable_add.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ Blockly.FieldExpandableAdd.fromJson = function(options) {
5757
*/
5858
Blockly.FieldExpandableAdd.prototype.CURSOR = 'pointer';
5959

60+
/**
61+
* Dont serialize this field
62+
*/
63+
Blockly.FieldExpandableAdd.prototype.SERIALIZABLE = false;
64+
6065
/**
6166
* Icon used by button
6267
*/

0 commit comments

Comments
 (0)