2022-11-21 10:33:21 +01:00
|
|
|
name: info
|
|
|
|
type: object
|
|
|
|
meta:
|
|
|
|
label:
|
|
|
|
de: Info
|
|
|
|
en: Info
|
2023-06-11 11:03:42 +02:00
|
|
|
direction: horizontal # vertical oder horizontal
|
|
|
|
metaElements: # macht bestimmte Widgets im Zahnrad verfügbar und entfernt sie aus dem drop down
|
|
|
|
# alternaitv wäre auch diese Angabenform möglich:
|
|
|
|
#- author
|
|
|
|
#- source: author
|
|
|
|
tablist: # macht im Modal eine tabliste
|
|
|
|
tabs:
|
|
|
|
- name: authorInfos
|
|
|
|
label: Autorkram
|
|
|
|
subFields:
|
|
|
|
- source: author
|
|
|
|
- name: publishingInfos
|
|
|
|
label: Veröffentlichungskram
|
|
|
|
subFields:
|
|
|
|
- source: published
|
2022-11-21 10:33:21 +01:00
|
|
|
subFields:
|
|
|
|
- name: author
|
|
|
|
type: string
|
|
|
|
meta:
|
|
|
|
label:
|
|
|
|
de: Autor
|
|
|
|
en: Author
|
2023-06-11 11:03:42 +02:00
|
|
|
- name: published
|
|
|
|
type: date
|
|
|
|
meta:
|
|
|
|
label: Veröffentlicht
|
2023-02-21 09:54:25 +01:00
|
|
|
- name: tags
|
|
|
|
type: object[]
|
|
|
|
meta:
|
|
|
|
label:
|
|
|
|
de: Tags
|
|
|
|
en: Tags
|
|
|
|
subFields:
|
|
|
|
- name: name
|
|
|
|
type: string
|
|
|
|
meta:
|
|
|
|
label:
|
|
|
|
de: Name
|
|
|
|
en: Name
|
|
|
|
- name: color
|
|
|
|
type: string
|
|
|
|
meta:
|
|
|
|
label:
|
|
|
|
de: Farbe
|
|
|
|
en: Color
|