- name: emailTitle
  type: string
  meta:
      label: 
        de: Email Titel
        en: Email title
      containerProps:
          layout:
              size:
                  default: "col-6"
                  small: "col-12"
                  large: "col-6"

- name: placeholder
  type: string
  meta:
      label:
        de: Platzhalter
        en: Placeholder
      containerProps:
          layout:
              size:
                  default: "col-6"
                  small: "col-12"
                  large: "col-6"

- name: notRequired
  type: boolean
  meta:
      label:
        de: nicht Notwendig
        en: not required
      containerProps:
          layout:
              size:
                  default: "col-6"
                  small: "col-12"
                  large: "col-6"

- name: fieldOrder
  type: number
  meta:
      label: 
        de: Reihenfolge
        en: Order
      helperText:
          de: Die kleinste angegebene Zahl wird am weitesten oben in der Formularspalte stehen
          en: The smallest specified number will be at the top of the form column.
      containerProps:
          layout:
              size:
                  default: "col-6"
                  small: "col-12"
                  large: "col-6"

- name: textTitle
  type: string
  meta:
      label: 
        de: Text Titel
        en: Text title
      helperText: 
        de: Alternative zu textPlaceholder, steht dann über dem Inputfeld
        en: Alternative to textPlaceholder, then stands above the input field

- name: groupTitle
  type: string
  meta:
      label: 
        de: Gruppe Titel
        en: Group title