feat: add home dynamic zone

Sébastien Näser 3 years ago
parent da024f8cec
commit a0afaca0e3

@ -24,9 +24,14 @@
"repeatable": false, "repeatable": false,
"component": "shared.seo" "component": "shared.seo"
}, },
"Login": { "home": {
"type": "dynamiczone", "type": "dynamiczone",
"components": [] "components": [
"media.mosaic",
"content.text-box",
"media.video-box",
"content.carousel"
]
} }
} }
} }

@ -19,18 +19,23 @@
"repeatable": false, "repeatable": false,
"component": "shared.shared-image" "component": "shared.shared-image"
}, },
"Meta": {
"displayName": "meta",
"type": "component",
"repeatable": true,
"component": "meta.meta"
},
"preventIndexing": { "preventIndexing": {
"type": "boolean", "type": "boolean",
"default": false "default": false
}, },
"structuredData": { "structuredData": {
"type": "json" "type": "json"
},
"metaType": {
"type": "enumeration",
"enum": [
"article",
"website",
"profile",
"video",
"music",
"book"
]
} }
} }
} }

Loading…
Cancel
Save