46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
|
name: textInput
|
||
|
type: object[]
|
||
|
meta:
|
||
|
label: Textfeld
|
||
|
addElementLabel: Textfeld hinzufügen
|
||
|
dependsOn:
|
||
|
eval: $parent?.inputWidgets?.includes('text')
|
||
|
subFields:
|
||
|
- name: standardInputProperties
|
||
|
meta:
|
||
|
widget: containerLessObject
|
||
|
subFields: !include standardInputProperties.yml
|
||
|
|
||
|
- name: textArea
|
||
|
type: boolean
|
||
|
meta:
|
||
|
label: Großes Textfeld
|
||
|
containerProps:
|
||
|
layout:
|
||
|
size:
|
||
|
default: "col-4"
|
||
|
small: "col-6"
|
||
|
large: "col-4"
|
||
|
|
||
|
- name: emailValidation
|
||
|
type: boolean
|
||
|
meta:
|
||
|
label: E-Mail-Validierung
|
||
|
containerProps:
|
||
|
layout:
|
||
|
size:
|
||
|
default: "col-4"
|
||
|
small: "col-6"
|
||
|
large: "col-4"
|
||
|
|
||
|
- name: telValidation
|
||
|
type: boolean
|
||
|
meta:
|
||
|
label: Telefon-Validierung
|
||
|
containerProps:
|
||
|
layout:
|
||
|
size:
|
||
|
default: "col-4"
|
||
|
small: "col-6"
|
||
|
large: "col-4"
|