Enabling arrays (#401)
This commit is contained in:
parent
72e95438eb
commit
da5f884c0b
@ -38,6 +38,6 @@
|
|||||||
"semantic-ui-less": "^2.2.4"
|
"semantic-ui-less": "^2.2.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pxt-core": "0.12.72"
|
"pxt-core": "0.12.76"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -79,6 +79,7 @@
|
|||||||
"logicBlocks": true,
|
"logicBlocks": true,
|
||||||
"variablesBlocks": true,
|
"variablesBlocks": true,
|
||||||
"textBlocks": true,
|
"textBlocks": true,
|
||||||
|
"listsBlocks": true,
|
||||||
"onStartColor": "#0078D7",
|
"onStartColor": "#0078D7",
|
||||||
"onStartNamespace": "basic",
|
"onStartNamespace": "basic",
|
||||||
"onStartWeight": 54
|
"onStartWeight": 54
|
||||||
|
Loading…
Reference in New Issue
Block a user