2024-01-27 19:58:35 +01:00
|
|
|
name: textInput
|
|
|
|
type: object[]
|
|
|
|
meta:
|
|
|
|
label: Textfeld
|
|
|
|
addElementLabel: Textfeld hinzufügen
|
|
|
|
dependsOn:
|
|
|
|
eval: $parent?.inputWidgets?.includes('text')
|
|
|
|
subFields:
|
|
|
|
- name: standardInputProperties
|
2024-02-13 17:36:09 +01:00
|
|
|
type: object
|
2024-01-27 19:58:35 +01:00
|
|
|
meta:
|
|
|
|
widget: containerLessObject
|
|
|
|
subFields: !include standardInputProperties.yml
|
|
|
|
|
|
|
|
- name: textArea
|
|
|
|
type: boolean
|
|
|
|
meta:
|
2024-02-13 17:36:09 +01:00
|
|
|
label:
|
|
|
|
de: Großes Textfeld
|
|
|
|
en: Large text field
|
2024-01-27 19:58:35 +01:00
|
|
|
containerProps:
|
|
|
|
layout:
|
|
|
|
size:
|
|
|
|
default: "col-4"
|
|
|
|
small: "col-6"
|
|
|
|
large: "col-4"
|
|
|
|
|
|
|
|
- name: emailValidation
|
|
|
|
type: boolean
|
|
|
|
meta:
|
2024-02-13 17:36:09 +01:00
|
|
|
label:
|
|
|
|
de: E-Mail-Validierung
|
|
|
|
en: E-mail validation
|
2024-01-27 19:58:35 +01:00
|
|
|
containerProps:
|
|
|
|
layout:
|
|
|
|
size:
|
|
|
|
default: "col-4"
|
|
|
|
small: "col-6"
|
|
|
|
large: "col-4"
|
|
|
|
|
|
|
|
- name: telValidation
|
|
|
|
type: boolean
|
|
|
|
meta:
|
2024-02-13 17:36:09 +01:00
|
|
|
label:
|
|
|
|
de: Telefon-Validierung
|
|
|
|
en: Phone validation
|
2024-01-27 19:58:35 +01:00
|
|
|
containerProps:
|
|
|
|
layout:
|
|
|
|
size:
|
|
|
|
default: "col-4"
|
|
|
|
small: "col-6"
|
|
|
|
large: "col-4"
|