Open rachel-fenichel opened 2 months ago
https://developers.google.com/blockly/guides/configure/web/configuration_struct
Add a row:
Name: modalInputs Type: boolean Description: 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.
modalInputs
true
false
This option was added in https://github.com/google/blockly/pull/6625
Location
https://developers.google.com/blockly/guides/configure/web/configuration_struct
Type
Suggested content
Add a row:
Name:
modalInputs
Type: boolean Description: Iftrue
show modal editors for text input fields and their subclasses when on mobile devices, and an inline editor on desktop. Iffalse
show an inline editor on both desktop and mobile. Defaults totrue
.Additional context
This option was added in https://github.com/google/blockly/pull/6625