Commit bca6ab71 by sujata

services page componet add

1 parent bdc23e98
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
"info": { "info": {
"singularName": "bespoke-services-page", "singularName": "bespoke-services-page",
"pluralName": "bespoke-services-pages", "pluralName": "bespoke-services-pages",
"displayName": "BespokeServicesPage" "displayName": "BespokeServicesPage",
"description": ""
}, },
"options": { "options": {
"draftAndPublish": true "draftAndPublish": true
...@@ -21,7 +22,8 @@ ...@@ -21,7 +22,8 @@
"components": [ "components": [
"dynamic-zone.about", "dynamic-zone.about",
"dynamic-zone.background", "dynamic-zone.background",
"dynamic-zone.download-btn" "dynamic-zone.download-btn",
"dynamic-zone.card"
] ]
}, },
"Clientel": { "Clientel": {
......
...@@ -24,7 +24,9 @@ ...@@ -24,7 +24,9 @@
"dynamic-zone.background", "dynamic-zone.background",
"dynamic-zone.rules-application", "dynamic-zone.rules-application",
"dynamic-zone.element-two", "dynamic-zone.element-two",
"dynamic-zone.download-btn" "dynamic-zone.download-btn",
"dynamic-zone.we-offer-sec",
"dynamic-zone.image"
] ]
}, },
"Clientel": { "Clientel": {
......
...@@ -24,7 +24,10 @@ ...@@ -24,7 +24,10 @@
"dynamic-zone.about", "dynamic-zone.about",
"dynamic-zone.element-one", "dynamic-zone.element-one",
"dynamic-zone.download-btn", "dynamic-zone.download-btn",
"dynamic-zone.facts" "dynamic-zone.facts",
"layout.card",
"dynamic-zone.image",
"dynamic-zone.faq"
] ]
}, },
"FAQ": { "FAQ": {
......
{
"collectionName": "components_dynamic_zone_faq_lists",
"info": {
"displayName": "FaqList"
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Description": {
"type": "text"
}
}
}
{
"collectionName": "components_dynamic_zone_faqs",
"info": {
"displayName": "FAQ",
"description": ""
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Description": {
"type": "text"
},
"FAQList": {
"displayName": "FaqList",
"type": "component",
"repeatable": true,
"component": "dynamic-zone.faq-list"
}
}
}
{
"collectionName": "components_dynamic_zone_images",
"info": {
"displayName": "Image",
"description": ""
},
"options": {},
"attributes": {
"Heading": {
"type": "string"
},
"Description": {
"type": "text"
},
"DesktopImg": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
},
"MobileImg": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
}
}
}
{
"collectionName": "components_dynamic_zone_we_offer_secs",
"info": {
"displayName": "WeOfferSec"
},
"options": {},
"attributes": {
"Heading": {
"type": "string"
},
"Description": {
"type": "text"
},
"WeOfferList": {
"type": "component",
"repeatable": true,
"component": "layout.weoffer-list"
}
}
}
...@@ -14,11 +14,6 @@ ...@@ -14,11 +14,6 @@
}, },
"Description": { "Description": {
"type": "text" "type": "text"
},
"FAQList": {
"type": "component",
"repeatable": true,
"component": "layout.faq-list"
} }
} }
} }
{ {
"collectionName": "components_layout_page_banners", "collectionName": "components_layout_page_banners",
"info": { "info": {
"displayName": "PageBanner" "displayName": "PageBanner",
"description": ""
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
...@@ -9,14 +10,18 @@ ...@@ -9,14 +10,18 @@
"type": "string" "type": "string"
}, },
"Image": { "Image": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [ "allowedTypes": [
"images", "images",
"files", "files",
"videos", "videos",
"audios" "audios"
], ]
"type": "media", },
"multiple": false "Description": {
"type": "text"
} }
} }
} }
{
"collectionName": "components_layout_product_lists",
"info": {
"displayName": "ProductList"
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Description": {
"type": "text"
},
"Button": {
"type": "component",
"repeatable": false,
"component": "cta.cta"
}
}
}
{
"collectionName": "components_layout_weoffer_lists",
"info": {
"displayName": "WeofferList"
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Button": {
"type": "component",
"repeatable": false,
"component": "cta.cta"
},
"ProductList": {
"displayName": "ProductList",
"type": "component",
"repeatable": true,
"component": "layout.product-list"
}
}
}
...@@ -656,6 +656,7 @@ export interface ApiBespokeServicesPageBespokeServicesPage ...@@ -656,6 +656,7 @@ export interface ApiBespokeServicesPageBespokeServicesPage
singularName: 'bespoke-services-page'; singularName: 'bespoke-services-page';
pluralName: 'bespoke-services-pages'; pluralName: 'bespoke-services-pages';
displayName: 'BespokeServicesPage'; displayName: 'BespokeServicesPage';
description: '';
}; };
options: { options: {
draftAndPublish: true; draftAndPublish: true;
...@@ -667,6 +668,7 @@ export interface ApiBespokeServicesPageBespokeServicesPage ...@@ -667,6 +668,7 @@ export interface ApiBespokeServicesPageBespokeServicesPage
'dynamic-zone.about', 'dynamic-zone.about',
'dynamic-zone.background', 'dynamic-zone.background',
'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>;
...@@ -1226,6 +1228,8 @@ export interface ApiDigitalTransformationPageDigitalTransformationPage ...@@ -1226,6 +1228,8 @@ export interface ApiDigitalTransformationPageDigitalTransformationPage
'dynamic-zone.rules-application', 'dynamic-zone.rules-application',
'dynamic-zone.element-two', 'dynamic-zone.element-two',
'dynamic-zone.download-btn', 'dynamic-zone.download-btn',
'dynamic-zone.we-offer-sec',
'dynamic-zone.image',
] ]
>; >;
Clientel: Schema.Attribute.Component<'layout.clientel', true>; Clientel: Schema.Attribute.Component<'layout.clientel', true>;
...@@ -1267,6 +1271,9 @@ export interface ApiEmpoweringFinancePageEmpoweringFinancePage ...@@ -1267,6 +1271,9 @@ export interface ApiEmpoweringFinancePageEmpoweringFinancePage
'dynamic-zone.element-one', 'dynamic-zone.element-one',
'dynamic-zone.download-btn', 'dynamic-zone.download-btn',
'dynamic-zone.facts', 'dynamic-zone.facts',
'layout.card',
'dynamic-zone.image',
'dynamic-zone.faq',
] ]
>; >;
FAQ: Schema.Attribute.Component<'layout.heading', false>; FAQ: Schema.Attribute.Component<'layout.heading', false>;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!