generated from cms/tibi-docs
50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
|
name: timesInput
|
||
|
type: object
|
||
|
meta:
|
||
|
label:
|
||
|
de: Zeitenauswahlfeld
|
||
|
en: Time input
|
||
|
dependsOn:
|
||
|
eval: $parent?.inputWidgets?.includes('times')
|
||
|
helperText:
|
||
|
de: Selectfeld mit von - bis Angabe
|
||
|
en: Select field with from - to specification
|
||
|
|
||
|
subFields:
|
||
|
- name: times
|
||
|
type: object[]
|
||
|
meta:
|
||
|
label: Zeitenangabe
|
||
|
helperText: "Die Angaben werden in folgendes Übersetzt: Anfangspunkt - Endpunkt"
|
||
|
direction: horizontal
|
||
|
widget: containerLessObjectArray
|
||
|
|
||
|
subFields:
|
||
|
- name: from
|
||
|
type: string
|
||
|
meta:
|
||
|
label: Anfangspunkt
|
||
|
helperText: Bspw. 14:30
|
||
|
containerProps:
|
||
|
layout:
|
||
|
size:
|
||
|
default: "col-6"
|
||
|
small: "col-12"
|
||
|
large: "col-6"
|
||
|
|
||
|
- name: to
|
||
|
type: string
|
||
|
meta:
|
||
|
label: Endpunkt
|
||
|
helperText: Bspw. 15:30
|
||
|
containerProps:
|
||
|
layout:
|
||
|
size:
|
||
|
default: "col-6"
|
||
|
small: "col-12"
|
||
|
large: "col-6"
|
||
|
- name: standardInputProperties
|
||
|
meta:
|
||
|
widget: containerLessObject
|
||
|
subFields: !include standardInputProperties.yml
|