mirror of
https://github.com/google/blockly.git
synced 2026-06-17 08:35:12 +02:00
796d54766a
Fixes #3077 New option will need to be added to this page upon release: https://developers.google.com/blockly/guides/configure/web/configuration_struct ``` inlineExternal boolean Allows block inputs to be toggled between inline or external. Defaults to `true` if the toolbox has categories, `false` otherwise. ```