export
All checks were successful
deploy to production / deploy (push) Successful in 30s

This commit is contained in:
Robin Grenzdörfer 2023-11-18 15:03:18 +00:00
parent 572d71d7dd
commit dfa8496c93
5 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@ uploadPath: ../media/page
meta: meta:
label: Inhalt label: Inhalt
muiIcon: tableOfContents muiIcon: tableOfContents
allowExportAll: true
backup: backup:
active: true active: true
collectionName: backups collectionName: backups

View File

@ -4,8 +4,6 @@ meta:
label: Teaser label: Teaser
dependsOn: dependsOn:
eval: $.type == "page" eval: $.type == "page"
metaElements:
- showTeaser
subFields: subFields:
- name: showTeaser - name: showTeaser
type: boolean type: boolean

View File

@ -4,6 +4,7 @@ name: medialib
uploadPath: ../media/medialib uploadPath: ../media/medialib
meta: meta:
allowExportAll: true
label: label:
de: Medienbibliothek de: Medienbibliothek
en: Media Library en: Media Library

View File

@ -2,6 +2,7 @@ name: module
meta: meta:
label: Module label: Module
allowExportAll: true
backup: backup:
active: true active: true
collectionName: backups collectionName: backups

View File

@ -4,6 +4,7 @@ uploadPath: ../media/navigation
meta: meta:
label: "Navigation" label: "Navigation"
muiIcon: navigation muiIcon: navigation
allowExportAll: true
backup: backup:
active: true active: true
collectionName: backups collectionName: backups