feat: add home dynamic zone

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

@ -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"
]
}
}
}

@ -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"
]
}
}
}

Loading…
Cancel
Save