wm-fontis-tibi-2023/api/collections/fieldLists/box.yml

33 lines
1.0 KiB
YAML
Raw Normal View History

2023-07-14 13:58:27 +02:00
- name: icon
2023-11-12 11:02:26 +01:00
type: string
2023-07-14 13:58:27 +02:00
meta:
label: Icon
helperText: "Das Icon wird in der Box angezeigt."
2023-11-12 11:02:26 +01:00
widget: foreignKey # Verwendetes Widget.
foreign:
collection: medialib # Name der Sammlung, in der die ausgewählten Daten gespeichert sind.
id: id # Feldname, das als eindeutige Kennung für die ausgewählten Daten verwendet wird.
subNavigation: 0 # Bestimmt, welche Navigation für die Auswahl der ausgewählten Daten angezeigt wird.
#projection: xyz
#sort: "title"
render:
defaultCollectionViews: true
containerProps:
layout:
size:
default: "col-6"
small: "col-12"
large: "col-6"
2023-07-14 13:58:27 +02:00
- name: text
type: string
meta:
label: Text
helperText: "Der Text wird in der Box angezeigt."
2023-11-12 11:02:26 +01:00
containerProps:
layout:
size:
default: "col-6"
small: "col-12"
large: "col-6"