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"