You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `collapse` | boolean | Whether block context menus include an item to collapse or expand blocks. Defaults to `true` if the toolbox has categories, `false` otherwise.
48
46
| `comments` | boolean | Whether block context menus include an item to add or remove comments. Defaults to `true` if the toolbox has categories,`false` otherwise.
Loading a field plugin registers a new field type that can be used in all
31
29
Blockly workspaces on the page.
32
30
33
-
|<TableHeader> First Party </TableHeader>|<TableHeader> Third Party </TableHeader>|<TableHeader> Example </TableHeader>|<TableHeader> Suggested tags </TableHeader>|
31
+
| First Party | Third Party | Example | Suggested tags |
@@ -44,7 +42,7 @@ A theme plugin publishes a single Blockly
44
42
Loading a theme plugin defines a new theme that can then be used in all Blockly
45
43
workspaces on the page.
46
44
47
-
|<TableHeader> First Party </TableHeader>|<TableHeader> Third Party </TableHeader>|<TableHeader> Example </TableHeader>|<TableHeader> Suggested tags </TableHeader>|
45
+
| First Party | Third Party | Example | Suggested tags |
Loading a block plugin defines those blocks for all Blockly workspaces on the
59
57
page.
60
58
61
-
|<TableHeader> First Party </TableHeader>|<TableHeader> Third Party </TableHeader>|<TableHeader> Example </TableHeader>|<TableHeader> Suggested tags </TableHeader>|
59
+
| First Party | Third Party | Example | Suggested tags |
@@ -73,7 +71,7 @@ be used to programmatically share behaviour between blocks.
73
71
Loading a block extension plugin registers the extensions for use on all Blockly
74
72
workspaces on the page.
75
73
76
-
|<TableHeader> First Party </TableHeader>|<TableHeader> Third Party </TableHeader>|<TableHeader> Example </TableHeader>|<TableHeader> Suggested tags </TableHeader>|
74
+
| First Party | Third Party | Example | Suggested tags |
@@ -84,7 +82,7 @@ A workspace plugin adds behaviour to a single workspace.
84
82
Loading a workspace plugin does nothing until it is initialized on a Blockly
85
83
workspace.
86
84
87
-
|<TableHeader> First Party </TableHeader>|<TableHeader> Third Party </TableHeader>|<TableHeader> Example </TableHeader>|<TableHeader> Suggested tags </TableHeader>|
85
+
| First Party | Third Party | Example | Suggested tags |
This is the most general plugin type. Use this naming convention if your plugin
94
92
doesn't meet the requirements of any other plugin type.
95
93
96
-
|<TableHeader> First Party </TableHeader>|<TableHeader> Third Party </TableHeader>|<TableHeader> Example </TableHeader>|<TableHeader> Suggested tags </TableHeader>|
94
+
| First Party | Third Party | Example | Suggested tags |
0 commit comments