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
Copy file name to clipboardExpand all lines: packages/docs/docs/guides/configure/web/configuration_struct.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ default value based on whether the provided toolbox has categories or not.
51
51
|`maxBlocks`| number | Maximum number of blocks that may be created. Useful for student exercises. Defaults to `Infinity`. |
52
52
|`maxInstances`| object | Map from block types to maximum number of blocks of that type that may be created. Undeclared types default to `Infinity`.Example: `maxInstances\: {'controls_if'\: 3, 'math_number'\: 42}`|
53
53
|`maxTrashcanContents`| number | Maximum number of deleted items that will appear in the trashcan flyout. `'0'` disables the feature. Defaults to `'32'`. |
54
-
|`media`| string | Path from page (or frame) to the Blockly media directory. Defaults to `'https\://blockly-demo.appspot.com/static/media/'`. See [Media folder][media]. |
54
+
|`media`| string | Path from page (or frame) to the Blockly media directory. Defaults to `'https\://static.blockly.com/media/'`. See [Media folder][media]. |
55
55
|`modalInputs`| boolean | If `true` show modal editors for text input fields and their subclasses when on mobile devices, and an inline editor on desktop. If `false` show an inline editor on both desktop and mobile. Defaults to `true`. |
56
56
|`move`| object | Configures behavior for how users can move around the workspace. See [Move]. |
57
57
|`oneBasedIndex`| boolean | If `true` list and string operations should index from `1`, if `false` index from `0`. Defaults to `true`. |
0 commit comments