zwischenstand

This commit is contained in:
2024-02-13 16:36:09 +00:00
parent 0b4a474180
commit 49e55a90f7
173 changed files with 15832 additions and 1359 deletions

View File

@@ -1,9 +1,30 @@
# attribute auf row ebene
- name: title
type: string
meta:
label:
de: Titel
en: Title
- name: backgroundImage
type: string
meta:
label:
de: Hintergrundbild
en: Background Image
widget: foreignKey
foreign:
collection: medialib
id: id
subNavigation: 0
render:
defaultCollectionViews: true
- name: columns
type: object[]
meta:
label: Spalten
label:
de: Spalten
en: Columns
direction: row
widget: grid
subFields: !include ../fieldLists/column.yml
subFields: !include ./column.yml