diff --git a/src/api/page/content-types/page/schema.json b/src/api/page/content-types/page/schema.json index 04076af..010c4e5 100644 --- a/src/api/page/content-types/page/schema.json +++ b/src/api/page/content-types/page/schema.json @@ -24,9 +24,14 @@ "repeatable": false, "component": "shared.seo" }, - "Login": { + "home": { "type": "dynamiczone", - "components": [] + "components": [ + "media.mosaic", + "content.text-box", + "media.video-box", + "content.carousel" + ] } } } diff --git a/src/components/shared/seo.json b/src/components/shared/seo.json index a4a386a..021fcc7 100644 --- a/src/components/shared/seo.json +++ b/src/components/shared/seo.json @@ -19,18 +19,23 @@ "repeatable": false, "component": "shared.shared-image" }, - "Meta": { - "displayName": "meta", - "type": "component", - "repeatable": true, - "component": "meta.meta" - }, "preventIndexing": { "type": "boolean", "default": false }, "structuredData": { "type": "json" + }, + "metaType": { + "type": "enumeration", + "enum": [ + "article", + "website", + "profile", + "video", + "music", + "book" + ] } } }