Add documentation for modalInputs
option in the configuration struct
#8580
Labels
internal
External contributions not accepted
issue: docs
Describes missing or incorrect documentation
size: small
Bugs that can be picked up and completed in 1-3 days
Location
https://developers.google.com/blockly/guides/configure/web/configuration_struct
Type
Suggested content
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. Iffalse
show an inline editor on both desktop and mobile. Defaults totrue
.Additional context
This option was added in #6625
The text was updated successfully, but these errors were encountered: