26 lines
521 B
YAML
26 lines
521 B
YAML
- name: title
|
|
type: string
|
|
meta:
|
|
label: Titel
|
|
containerProps:
|
|
layout:
|
|
size:
|
|
default: "col-6"
|
|
small: "col-12"
|
|
large: "col-6"
|
|
|
|
- name: description
|
|
type: string
|
|
meta:
|
|
label: Beschreibung
|
|
containerProps:
|
|
layout:
|
|
size:
|
|
default: "col-6"
|
|
small: "col-12"
|
|
large: "col-6"
|
|
- name: keywords
|
|
type: string
|
|
meta:
|
|
label: Schlüsselwörter
|