From dfa8496c93c8b6422acbb1c6ef309e89b188b6b9 Mon Sep 17 00:00:00 2001 From: robin Date: Sat, 18 Nov 2023 15:03:18 +0000 Subject: [PATCH] export --- api/collections/content.yml | 1 + api/collections/fields/teaserHomepage.yml | 2 -- api/collections/medialib.yml | 1 + api/collections/module.yml | 1 + api/collections/navigation.yml | 1 + 5 files changed, 4 insertions(+), 2 deletions(-) diff --git a/api/collections/content.yml b/api/collections/content.yml index 539354c..d8d329a 100644 --- a/api/collections/content.yml +++ b/api/collections/content.yml @@ -4,6 +4,7 @@ uploadPath: ../media/page meta: label: Inhalt muiIcon: tableOfContents + allowExportAll: true backup: active: true collectionName: backups diff --git a/api/collections/fields/teaserHomepage.yml b/api/collections/fields/teaserHomepage.yml index b4c0633..efc7a05 100644 --- a/api/collections/fields/teaserHomepage.yml +++ b/api/collections/fields/teaserHomepage.yml @@ -4,8 +4,6 @@ meta: label: Teaser dependsOn: eval: $.type == "page" - metaElements: - - showTeaser subFields: - name: showTeaser type: boolean diff --git a/api/collections/medialib.yml b/api/collections/medialib.yml index 0531e23..942d1f6 100644 --- a/api/collections/medialib.yml +++ b/api/collections/medialib.yml @@ -4,6 +4,7 @@ name: medialib uploadPath: ../media/medialib meta: + allowExportAll: true label: de: Medienbibliothek en: Media Library diff --git a/api/collections/module.yml b/api/collections/module.yml index 0e4c807..ee0dd7b 100644 --- a/api/collections/module.yml +++ b/api/collections/module.yml @@ -2,6 +2,7 @@ name: module meta: label: Module + allowExportAll: true backup: active: true collectionName: backups diff --git a/api/collections/navigation.yml b/api/collections/navigation.yml index afe4b5d..224a9da 100644 --- a/api/collections/navigation.yml +++ b/api/collections/navigation.yml @@ -4,6 +4,7 @@ uploadPath: ../media/navigation meta: label: "Navigation" muiIcon: navigation + allowExportAll: true backup: active: true collectionName: backups