mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Toolbox Rewrite (#4223)
Rewrite the toolbox in order to get rid of old closure code and make it easier to extend. Co-authored-by: Maribeth Bottorff <maribethb@google.com>
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
var alignCategory = {
|
||||
"kind": "CATEGORY",
|
||||
"name": "Align",
|
||||
"classConfig": {
|
||||
"container": "containerSomething",
|
||||
"row": "rowSomething",
|
||||
"icon": "iconSomething"
|
||||
},
|
||||
"contents": [
|
||||
{
|
||||
"kind": "BLOCK",
|
||||
|
||||
Reference in New Issue
Block a user