Commit 6d74cdbe by sujata

chnage compoent gcc

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