tibi-starter/api/collections/fieldLists/formular/textInputs.yml

46 lines
1.1 KiB
YAML
Raw Normal View History

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
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"