generated from cms/tibi-docs
42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
|
name: multiSelectInput
|
||
|
type: object
|
||
|
meta:
|
||
|
label:
|
||
|
de: Mehrfachauswahl Input
|
||
|
en: Multi Select Input
|
||
|
dependsOn:
|
||
|
eval: $parent?.inputWidgets?.includes('multiSelect')
|
||
|
subFields:
|
||
|
- name: standardInputProperties
|
||
|
meta:
|
||
|
widget: containerLessObject
|
||
|
subFields: !include standardInputProperties.yml
|
||
|
|
||
|
- name: options
|
||
|
type: object[]
|
||
|
meta:
|
||
|
label: Mehrfachauswahl Optionen
|
||
|
direction: row
|
||
|
widget: containerLessObjectArray
|
||
|
subFields:
|
||
|
- name: name
|
||
|
type: string
|
||
|
meta:
|
||
|
label: Name
|
||
|
|
||
|
- name: props
|
||
|
type: object
|
||
|
meta:
|
||
|
label: Mehrfachauswahl Eigenschaften
|
||
|
subFields:
|
||
|
- name: additionalAddableValues
|
||
|
type: boolean
|
||
|
meta:
|
||
|
label: Zusätzliche hinzufügbare Werte
|
||
|
containerProps:
|
||
|
layout:
|
||
|
size:
|
||
|
default: "col-6"
|
||
|
small: "col-12"
|
||
|
large: "col-6"
|