Commit 6d74cdbe by sujata

chnage compoent gcc

1 parent bca6ab71
......@@ -23,7 +23,8 @@
"dynamic-zone.about",
"dynamic-zone.background",
"dynamic-zone.rules-application",
"dynamic-zone.download-btn"
"dynamic-zone.download-btn",
"dynamic-zone.card"
]
},
"Clientel": {
......
{
"collectionName": "components_dynamic_zone_we_offer_secs",
"info": {
"displayName": "WeOfferSec"
"displayName": "WeOfferSec",
"description": ""
},
"options": {},
"attributes": {
......
{
"collectionName": "components_layout_cta_banners",
"info": {
"displayName": "CTABanner"
"displayName": "CTABanner",
"description": ""
},
"options": {},
"attributes": {
......
......@@ -13,7 +13,11 @@
"type": "string"
},
"Description": {
"type": "text"
"type": "customField",
"options": {
"preset": "default"
},
"customField": "plugin::ckeditor5.CKEditor"
}
}
}
{
"collectionName": "components_layout_weoffer_lists",
"info": {
"displayName": "WeofferList"
"displayName": "WeofferList",
"description": ""
},
"options": {},
"attributes": {
......@@ -18,6 +19,9 @@
"type": "component",
"repeatable": true,
"component": "layout.product-list"
},
"Description": {
"type": "text"
}
}
}
......@@ -1355,6 +1355,7 @@ export interface ApiGccServicePageGccServicePage
'dynamic-zone.background',
'dynamic-zone.rules-application',
'dynamic-zone.download-btn',
'dynamic-zone.card',
]
>;
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!