Menu Input v3.24
Enables to reference menus through a search interface.
js
{
input: {
type: 'menu'
}
}Input Options
| Option | Values | Default | Description |
|---|---|---|---|
multiple | boolean | false | Whether multiple items can be selected. |
allowDuplicates | boolean | true | Whether duplicate items can be added if multiple is true. |
Value Format
js
[
{
id: 123,
label: 'Main Menu',
}
]Conditions
The menu input type supports the following conditions for dynamic visibility:
| Condition | Payload | Description |
|---|---|---|
isEmpty | booleandefaults to true | Checks whether a menu has been selected or not. |