Commit 117ead86 by sujata

cfo page

1 parent 4194c1f3
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
"dynamic-zone.about", "dynamic-zone.about",
"dynamic-zone.element-one", "dynamic-zone.element-one",
"dynamic-zone.element-two", "dynamic-zone.element-two",
"dynamic-zone.text" "dynamic-zone.text",
"dynamic-zone.card"
] ]
}, },
"Clientel": { "Clientel": {
......
{
"collectionName": "components_dynamic_zone_cards",
"info": {
"displayName": "card"
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"repeatable": false,
"component": "layout.heading"
},
"carddetails": {
"displayName": "card-details",
"type": "component",
"repeatable": true,
"component": "layout.card-details"
}
}
}
{
"collectionName": "components_layout_card_details",
"info": {
"displayName": "card-details"
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Description": {
"type": "customField",
"options": {
"preset": "default"
},
"customField": "plugin::ckeditor5.CKEditor"
}
}
}
{
"collectionName": "components_layout_cards",
"info": {
"displayName": "card"
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"repeatable": false,
"component": "layout.heading"
}
}
}
...@@ -958,6 +958,7 @@ export interface ApiCfoPageCfoPage extends Struct.SingleTypeSchema { ...@@ -958,6 +958,7 @@ export interface ApiCfoPageCfoPage extends Struct.SingleTypeSchema {
'dynamic-zone.element-one', 'dynamic-zone.element-one',
'dynamic-zone.element-two', 'dynamic-zone.element-two',
'dynamic-zone.text', 'dynamic-zone.text',
'dynamic-zone.card',
] ]
>; >;
Clientel: Schema.Attribute.Component<'layout.clientel', true>; Clientel: Schema.Attribute.Component<'layout.clientel', true>;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!