backend & types

This commit is contained in:
2024-01-27 18:58:35 +00:00
parent 91bfa0864d
commit 0b4a474180
219 changed files with 5211 additions and 12325 deletions

View File

@@ -0,0 +1,41 @@
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"