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:
alschmiedt
2020-09-02 08:13:07 -07:00
committed by GitHub
parent 05c74d85d0
commit d01169fa79
30 changed files with 3504 additions and 2815 deletions

View File

@@ -16,6 +16,11 @@
var alignCategory = {
"kind": "CATEGORY",
"name": "Align",
"classConfig": {
"container": "containerSomething",
"row": "rowSomething",
"icon": "iconSomething"
},
"contents": [
{
"kind": "BLOCK",