Commit c8174fd4 by sujata

card component

1 parent 02361881
{
"collectionName": "components_dynamic_zone_cards",
"info": {
"displayName": "card"
"displayName": "card",
"description": ""
},
"options": {},
"attributes": {
......
{
"collectionName": "components_layout_card_details",
"info": {
"displayName": "card-details"
"displayName": "card-details",
"description": ""
},
"options": {},
"attributes": {
......@@ -14,6 +15,16 @@
"preset": "default"
},
"customField": "plugin::ckeditor5.CKEditor"
},
"Image": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
}
}
}
......@@ -175,583 +175,586 @@ export interface PeopleAdvisoryBoard extends Struct.ComponentSchema {
};
}
export interface HomePeople extends Struct.ComponentSchema {
collectionName: 'components_home_people';
export interface LayoutWhatwedo extends Struct.ComponentSchema {
collectionName: 'components_layout_whatwedos';
info: {
displayName: 'People';
displayName: 'Whatwedo';
description: '';
};
attributes: {
Heading: Schema.Attribute.String;
Image: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
Title: Schema.Attribute.String & Schema.Attribute.Required;
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images'>;
peoplelist: Schema.Attribute.Component<'people.people-list', true>;
CTA: Schema.Attribute.Component<'cta.cta', false>;
};
}
export interface HomeKnowlegeTab extends Struct.ComponentSchema {
collectionName: 'components_home_knowlege_tabs';
export interface LayoutWeOffer extends Struct.ComponentSchema {
collectionName: 'components_layout_we_offers';
info: {
displayName: 'KnowlegeTab';
displayName: 'WeOffer';
};
attributes: {
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
Title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
CTA: Schema.Attribute.Component<'cta.cta', false>;
};
}
export interface HomeKnowledgeshack extends Struct.ComponentSchema {
collectionName: 'components_home_knowledgeshacks';
info: {
displayName: 'Knowledgeshack';
description: '';
};
attributes: {
Heading: Schema.Attribute.String;
Description: Schema.Attribute.String;
Image: Schema.Attribute.Media<'images'>;
};
}
export interface HomeIndustry extends Struct.ComponentSchema {
collectionName: 'components_home_industries';
export interface LayoutTechnicalexpertise extends Struct.ComponentSchema {
collectionName: 'components_layout_technicalexpertises';
info: {
displayName: 'Industry';
description: '';
displayName: 'Technicalexpertise';
};
attributes: {
SectionTitle: Schema.Attribute.String;
Subtitle: Schema.Attribute.String;
Title: Schema.Attribute.String & Schema.Attribute.Required;
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', true>;
Technicallist: Schema.Attribute.Component<'layout.technicalexp-tab', true>;
};
}
export interface HomeHome extends Struct.ComponentSchema {
collectionName: 'components_home_homes';
export interface LayoutTechnicalexpTab extends Struct.ComponentSchema {
collectionName: 'components_layout_technicalexp_tabs';
info: {
displayName: 'Home Banner';
description: '';
displayName: 'TechnicalexpTab';
};
attributes: {
Title: Schema.Attribute.String & Schema.Attribute.Required;
Subtitle: Schema.Attribute.String;
Description: Schema.Attribute.Text & Schema.Attribute.Required;
Mobilebanner: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
Desktopbanner: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
BackgroundBanner: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', true>;
Title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
};
}
export interface HomeAreasExpertiseTitle extends Struct.ComponentSchema {
collectionName: 'components_home_areas_expertise_titles';
export interface LayoutTab extends Struct.ComponentSchema {
collectionName: 'components_layout_tabs';
info: {
displayName: 'AreasExpertiseTitle';
displayName: 'Tab';
};
attributes: {
Heading: Schema.Attribute.Component<'layout.heading', false>;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
sectionTitle: Schema.Attribute.String;
shortDescription: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', false>;
};
}
export interface HomeAreaExpertiselists extends Struct.ComponentSchema {
collectionName: 'components_home_area_expertiselists';
export interface LayoutServicelist extends Struct.ComponentSchema {
collectionName: 'components_layout_servicelists';
info: {
displayName: 'AreaExpertiselists';
displayName: 'Servicelist';
};
attributes: {
Title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
};
}
export interface DynamicZoneText extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_texts';
export interface LayoutPageBanner extends Struct.ComponentSchema {
collectionName: 'components_layout_page_banners';
info: {
displayName: 'Content';
description: '';
displayName: 'PageBanner';
};
attributes: {
Heading: Schema.Attribute.String;
Subtitle: Schema.Attribute.Text;
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'default';
}
>;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
};
}
export interface DynamicZoneTable extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_tables';
export interface LayoutOverview extends Struct.ComponentSchema {
collectionName: 'components_layout_overviews';
info: {
displayName: 'table';
displayName: 'Overview';
description: '';
};
attributes: {
tableData: Schema.Attribute.RichText &
Title: Schema.Attribute.String;
Subtitle: Schema.Attribute.Text;
Content: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'default';
}
>;
CTA: Schema.Attribute.Component<'cta.cta', false>;
};
}
export interface DynamicZoneRulesList extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_rules_lists';
export interface LayoutIndustryOverview extends Struct.ComponentSchema {
collectionName: 'components_layout_industry_overviews';
info: {
displayName: 'RulesList';
displayName: 'IndustryOverview';
description: '';
};
attributes: {
Title: Schema.Attribute.String;
subtitle: Schema.Attribute.String;
title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
details: Schema.Attribute.Component<'dynamic-zone.details', false>;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
};
}
export interface DynamicZoneRulesApplication extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_rules_applications';
export interface LayoutHeading extends Struct.ComponentSchema {
collectionName: 'components_layout_headings';
info: {
displayName: 'RulesApplication';
displayName: 'heading';
description: '';
};
attributes: {
Heading: Schema.Attribute.String;
Subheading: Schema.Attribute.String;
Title: Schema.Attribute.String;
Subtitle: Schema.Attribute.String;
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images' | 'files'>;
RuleList: Schema.Attribute.Component<'dynamic-zone.rules-list', true>;
};
}
export interface DynamicZoneKeyfeature extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_keyfeatures';
export interface LayoutFunctionalAreas extends Struct.ComponentSchema {
collectionName: 'components_layout_functional_areas';
info: {
displayName: 'KeyFeature';
description: '';
displayName: 'FunctionalAreas';
};
attributes: {
sectionTitle: Schema.Attribute.String;
SectionSubtitle: Schema.Attribute.String;
KeyFeatureList: Schema.Attribute.Component<'dynamic-zone.fact-list', true>;
Title: Schema.Attribute.String & Schema.Attribute.Required;
Icon: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
Description: Schema.Attribute.Text & Schema.Attribute.Required;
};
}
export interface DynamicZoneFacts extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_facts';
export interface LayoutFaqList extends Struct.ComponentSchema {
collectionName: 'components_layout_faq_lists';
info: {
displayName: 'Facts';
displayName: 'FAQList';
};
attributes: {
Title: Schema.Attribute.String;
Subtitle: Schema.Attribute.Text;
FactList: Schema.Attribute.Component<'dynamic-zone.fact-list', true>;
Question: Schema.Attribute.String;
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'default';
}
>;
};
}
export interface DynamicZoneFactList extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_fact_lists';
export interface LayoutCtaBanner extends Struct.ComponentSchema {
collectionName: 'components_layout_cta_banners';
info: {
displayName: 'FactList';
displayName: 'CTABanner';
};
attributes: {
Title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
Icon: Schema.Attribute.Media<'images'>;
Heading: Schema.Attribute.Component<'layout.heading', false>;
};
}
export interface DynamicZoneElementTwo extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_element_twos';
export interface LayoutConversionCode extends Struct.ComponentSchema {
collectionName: 'components_layout_conversion_codes';
info: {
displayName: 'ElementTwo';
displayName: 'ConversionCode';
description: '';
};
attributes: {
Heading: Schema.Attribute.Component<'layout.heading', false>;
ElementList: Schema.Attribute.Component<'dynamic-zone.element-list', true>;
scriptcode: Schema.Attribute.Text;
noscriptcode: Schema.Attribute.Text;
};
}
export interface DynamicZoneElementOne extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_element_ones';
export interface LayoutClientel extends Struct.ComponentSchema {
collectionName: 'components_layout_clientels';
info: {
displayName: 'ElementOne';
displayName: 'Clientel';
description: '';
};
attributes: {
Heading: Schema.Attribute.Component<'layout.heading', false>;
ElementList: Schema.Attribute.Component<'dynamic-zone.element-list', true>;
logos: Schema.Attribute.Media<'images', true>;
};
}
export interface DynamicZoneElementList extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_element_lists';
export interface LayoutCfolist extends Struct.ComponentSchema {
collectionName: 'components_layout_cfolists';
info: {
displayName: 'ElementList';
displayName: 'cfolist';
};
attributes: {
StepHeading: Schema.Attribute.String & Schema.Attribute.Required;
StepDescription: Schema.Attribute.String & Schema.Attribute.Required;
StepImg: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
Title: Schema.Attribute.String;
Icon: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
};
}
export interface DynamicZoneDownloadBtn extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_download_btns';
export interface LayoutCfoService extends Struct.ComponentSchema {
collectionName: 'components_layout_cfo_services';
info: {
displayName: 'DownloadBtn';
displayName: 'CFOService';
description: '';
};
attributes: {
Subtitle: Schema.Attribute.String;
Title: Schema.Attribute.String;
Description: Schema.Attribute.String;
CTA: Schema.Attribute.Component<'cta.cta', false>;
IndustryServiceList: Schema.Attribute.Component<
'layout.cfo-service-tab',
true
>;
};
}
export interface DynamicZoneDetails extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_details';
export interface LayoutCfoServiceTab extends Struct.ComponentSchema {
collectionName: 'components_layout_cfo_service_tabs';
info: {
displayName: 'Details';
displayName: 'CFOServiceTab';
description: '';
};
attributes: {
Details: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'default';
}
>;
Title: Schema.Attribute.String;
CfoList: Schema.Attribute.Component<'layout.cfolist', true>;
};
}
export interface DynamicZoneCard extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_cards';
export interface LayoutCard extends Struct.ComponentSchema {
collectionName: 'components_layout_cards';
info: {
displayName: 'card';
};
attributes: {
Heading: Schema.Attribute.Component<'layout.heading', false>;
carddetails: Schema.Attribute.Component<'layout.card-details', true>;
};
}
export interface DynamicZoneBackground extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_backgrounds';
export interface LayoutCardDetails extends Struct.ComponentSchema {
collectionName: 'components_layout_card_details';
info: {
displayName: 'RightsideImg';
displayName: 'card-details';
description: '';
};
attributes: {
Title: Schema.Attribute.String;
Subtitle: Schema.Attribute.String;
Content: Schema.Attribute.RichText &
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'default';
}
>;
CTA: Schema.Attribute.Component<'cta.cta', false>;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
};
}
export interface DynamicZoneAbout extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_abouts';
export interface LayoutAreasExpertise extends Struct.ComponentSchema {
collectionName: 'components_layout_areas_expertises';
info: {
displayName: 'LeftsideImg';
displayName: 'AreasExpertise';
description: '';
};
attributes: {
Title: Schema.Attribute.String;
Subtitle: Schema.Attribute.String;
Image: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', false>;
Content: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'default';
}
>;
Description: Schema.Attribute.Text;
};
}
export interface LayoutWhatwedo extends Struct.ComponentSchema {
collectionName: 'components_layout_whatwedos';
export interface HomePeople extends Struct.ComponentSchema {
collectionName: 'components_home_people';
info: {
displayName: 'Whatwedo';
displayName: 'People';
description: '';
};
attributes: {
Image: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
Title: Schema.Attribute.String & Schema.Attribute.Required;
Heading: Schema.Attribute.String;
Description: Schema.Attribute.Text;
CTA: Schema.Attribute.Component<'cta.cta', false>;
Image: Schema.Attribute.Media<'images'>;
peoplelist: Schema.Attribute.Component<'people.people-list', true>;
};
}
export interface LayoutWeOffer extends Struct.ComponentSchema {
collectionName: 'components_layout_we_offers';
export interface HomeKnowlegeTab extends Struct.ComponentSchema {
collectionName: 'components_home_knowlege_tabs';
info: {
displayName: 'WeOffer';
displayName: 'KnowlegeTab';
};
attributes: {
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
Title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
CTA: Schema.Attribute.Component<'cta.cta', false>;
};
}
export interface LayoutTechnicalexpertise extends Struct.ComponentSchema {
collectionName: 'components_layout_technicalexpertises';
export interface HomeKnowledgeshack extends Struct.ComponentSchema {
collectionName: 'components_home_knowledgeshacks';
info: {
displayName: 'Technicalexpertise';
displayName: 'Knowledgeshack';
description: '';
};
attributes: {
SectionTitle: Schema.Attribute.String;
Subtitle: Schema.Attribute.String;
Technicallist: Schema.Attribute.Component<'layout.technicalexp-tab', true>;
Heading: Schema.Attribute.String;
Description: Schema.Attribute.String;
Image: Schema.Attribute.Media<'images'>;
};
}
export interface LayoutTechnicalexpTab extends Struct.ComponentSchema {
collectionName: 'components_layout_technicalexp_tabs';
export interface HomeIndustry extends Struct.ComponentSchema {
collectionName: 'components_home_industries';
info: {
displayName: 'TechnicalexpTab';
displayName: 'Industry';
description: '';
};
attributes: {
Title: Schema.Attribute.String;
Subtitle: Schema.Attribute.String;
Title: Schema.Attribute.String & Schema.Attribute.Required;
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', true>;
};
}
export interface HomeHome extends Struct.ComponentSchema {
collectionName: 'components_home_homes';
info: {
displayName: 'Home Banner';
description: '';
};
attributes: {
Title: Schema.Attribute.String & Schema.Attribute.Required;
Subtitle: Schema.Attribute.String;
Description: Schema.Attribute.Text & Schema.Attribute.Required;
Mobilebanner: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
Desktopbanner: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
BackgroundBanner: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', true>;
};
}
export interface LayoutTab extends Struct.ComponentSchema {
collectionName: 'components_layout_tabs';
export interface HomeAreasExpertiseTitle extends Struct.ComponentSchema {
collectionName: 'components_home_areas_expertise_titles';
info: {
displayName: 'Tab';
displayName: 'AreasExpertiseTitle';
};
attributes: {
sectionTitle: Schema.Attribute.String;
shortDescription: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', false>;
Heading: Schema.Attribute.Component<'layout.heading', false>;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
};
}
export interface LayoutServicelist extends Struct.ComponentSchema {
collectionName: 'components_layout_servicelists';
export interface HomeAreaExpertiselists extends Struct.ComponentSchema {
collectionName: 'components_home_area_expertiselists';
info: {
displayName: 'Servicelist';
displayName: 'AreaExpertiselists';
};
attributes: {
Title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
};
}
export interface LayoutPageBanner extends Struct.ComponentSchema {
collectionName: 'components_layout_page_banners';
export interface DynamicZoneText extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_texts';
info: {
displayName: 'PageBanner';
displayName: 'Content';
description: '';
};
attributes: {
Heading: Schema.Attribute.String;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
Subtitle: Schema.Attribute.Text;
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'default';
}
>;
};
}
export interface LayoutOverview extends Struct.ComponentSchema {
collectionName: 'components_layout_overviews';
export interface DynamicZoneTable extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_tables';
info: {
displayName: 'Overview';
description: '';
displayName: 'table';
};
attributes: {
Title: Schema.Attribute.String;
Subtitle: Schema.Attribute.Text;
Content: Schema.Attribute.RichText &
tableData: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'default';
}
>;
CTA: Schema.Attribute.Component<'cta.cta', false>;
};
}
export interface LayoutIndustryOverview extends Struct.ComponentSchema {
collectionName: 'components_layout_industry_overviews';
export interface DynamicZoneRulesList extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_rules_lists';
info: {
displayName: 'IndustryOverview';
displayName: 'RulesList';
description: '';
};
attributes: {
subtitle: Schema.Attribute.String;
title: Schema.Attribute.String;
Title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
details: Schema.Attribute.Component<'dynamic-zone.details', false>;
};
}
export interface LayoutHeading extends Struct.ComponentSchema {
collectionName: 'components_layout_headings';
export interface DynamicZoneRulesApplication extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_rules_applications';
info: {
displayName: 'heading';
displayName: 'RulesApplication';
description: '';
};
attributes: {
Title: Schema.Attribute.String;
Subtitle: Schema.Attribute.String;
Heading: Schema.Attribute.String;
Subheading: Schema.Attribute.String;
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images' | 'files'>;
RuleList: Schema.Attribute.Component<'dynamic-zone.rules-list', true>;
};
}
export interface LayoutFunctionalAreas extends Struct.ComponentSchema {
collectionName: 'components_layout_functional_areas';
export interface DynamicZoneKeyfeature extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_keyfeatures';
info: {
displayName: 'FunctionalAreas';
displayName: 'KeyFeature';
description: '';
};
attributes: {
Title: Schema.Attribute.String & Schema.Attribute.Required;
Icon: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
Description: Schema.Attribute.Text & Schema.Attribute.Required;
sectionTitle: Schema.Attribute.String;
SectionSubtitle: Schema.Attribute.String;
KeyFeatureList: Schema.Attribute.Component<'dynamic-zone.fact-list', true>;
};
}
export interface LayoutFaqList extends Struct.ComponentSchema {
collectionName: 'components_layout_faq_lists';
export interface DynamicZoneFacts extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_facts';
info: {
displayName: 'FAQList';
displayName: 'Facts';
};
attributes: {
Question: Schema.Attribute.String;
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'default';
}
>;
Title: Schema.Attribute.String;
Subtitle: Schema.Attribute.Text;
FactList: Schema.Attribute.Component<'dynamic-zone.fact-list', true>;
};
}
export interface LayoutCtaBanner extends Struct.ComponentSchema {
collectionName: 'components_layout_cta_banners';
export interface DynamicZoneFactList extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_fact_lists';
info: {
displayName: 'CTABanner';
displayName: 'FactList';
};
attributes: {
Heading: Schema.Attribute.Component<'layout.heading', false>;
Title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
Icon: Schema.Attribute.Media<'images'>;
};
}
export interface LayoutConversionCode extends Struct.ComponentSchema {
collectionName: 'components_layout_conversion_codes';
export interface DynamicZoneElementTwo extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_element_twos';
info: {
displayName: 'ConversionCode';
description: '';
displayName: 'ElementTwo';
};
attributes: {
scriptcode: Schema.Attribute.Text;
noscriptcode: Schema.Attribute.Text;
Heading: Schema.Attribute.Component<'layout.heading', false>;
ElementList: Schema.Attribute.Component<'dynamic-zone.element-list', true>;
};
}
export interface LayoutClientel extends Struct.ComponentSchema {
collectionName: 'components_layout_clientels';
export interface DynamicZoneElementOne extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_element_ones';
info: {
displayName: 'Clientel';
displayName: 'ElementOne';
description: '';
};
attributes: {
logos: Schema.Attribute.Media<'images', true>;
Heading: Schema.Attribute.Component<'layout.heading', false>;
ElementList: Schema.Attribute.Component<'dynamic-zone.element-list', true>;
};
}
export interface LayoutCfolist extends Struct.ComponentSchema {
collectionName: 'components_layout_cfolists';
export interface DynamicZoneElementList extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_element_lists';
info: {
displayName: 'cfolist';
displayName: 'ElementList';
};
attributes: {
Title: Schema.Attribute.String;
Icon: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
StepHeading: Schema.Attribute.String & Schema.Attribute.Required;
StepDescription: Schema.Attribute.String & Schema.Attribute.Required;
StepImg: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
};
}
export interface LayoutCfoService extends Struct.ComponentSchema {
collectionName: 'components_layout_cfo_services';
export interface DynamicZoneDownloadBtn extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_download_btns';
info: {
displayName: 'CFOService';
displayName: 'DownloadBtn';
description: '';
};
attributes: {
IndustryServiceList: Schema.Attribute.Component<
'layout.cfo-service-tab',
true
>;
Subtitle: Schema.Attribute.String;
Title: Schema.Attribute.String;
Description: Schema.Attribute.String;
CTA: Schema.Attribute.Component<'cta.cta', false>;
};
}
export interface LayoutCfoServiceTab extends Struct.ComponentSchema {
collectionName: 'components_layout_cfo_service_tabs';
export interface DynamicZoneDetails extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_details';
info: {
displayName: 'CFOServiceTab';
description: '';
displayName: 'Details';
};
attributes: {
Title: Schema.Attribute.String;
CfoList: Schema.Attribute.Component<'layout.cfolist', true>;
Details: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'default';
}
>;
};
}
export interface LayoutCard extends Struct.ComponentSchema {
collectionName: 'components_layout_cards';
export interface DynamicZoneCard extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_cards';
info: {
displayName: 'card';
description: '';
};
attributes: {
Heading: Schema.Attribute.Component<'layout.heading', false>;
carddetails: Schema.Attribute.Component<'layout.card-details', true>;
};
}
export interface LayoutCardDetails extends Struct.ComponentSchema {
collectionName: 'components_layout_card_details';
export interface DynamicZoneBackground extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_backgrounds';
info: {
displayName: 'card-details';
displayName: 'RightsideImg';
description: '';
};
attributes: {
Title: Schema.Attribute.String;
Description: Schema.Attribute.RichText &
Subtitle: Schema.Attribute.String;
Content: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'default';
}
>;
CTA: Schema.Attribute.Component<'cta.cta', false>;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
};
}
export interface LayoutAreasExpertise extends Struct.ComponentSchema {
collectionName: 'components_layout_areas_expertises';
export interface DynamicZoneAbout extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_abouts';
info: {
displayName: 'AreasExpertise';
displayName: 'LeftsideImg';
description: '';
};
attributes: {
Title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
Subtitle: Schema.Attribute.String;
Image: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', false>;
Content: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'default';
}
>;
};
}
......@@ -787,6 +790,27 @@ declare module '@strapi/strapi' {
'people.people-list': PeoplePeopleList;
'people.overview': PeopleOverview;
'people.advisory-board': PeopleAdvisoryBoard;
'layout.whatwedo': LayoutWhatwedo;
'layout.we-offer': LayoutWeOffer;
'layout.technicalexpertise': LayoutTechnicalexpertise;
'layout.technicalexp-tab': LayoutTechnicalexpTab;
'layout.tab': LayoutTab;
'layout.servicelist': LayoutServicelist;
'layout.page-banner': LayoutPageBanner;
'layout.overview': LayoutOverview;
'layout.industry-overview': LayoutIndustryOverview;
'layout.heading': LayoutHeading;
'layout.functional-areas': LayoutFunctionalAreas;
'layout.faq-list': LayoutFaqList;
'layout.cta-banner': LayoutCtaBanner;
'layout.conversion-code': LayoutConversionCode;
'layout.clientel': LayoutClientel;
'layout.cfolist': LayoutCfolist;
'layout.cfo-service': LayoutCfoService;
'layout.cfo-service-tab': LayoutCfoServiceTab;
'layout.card': LayoutCard;
'layout.card-details': LayoutCardDetails;
'layout.areas-expertise': LayoutAreasExpertise;
'home.people': HomePeople;
'home.knowlege-tab': HomeKnowlegeTab;
'home.knowledgeshack': HomeKnowledgeshack;
......@@ -809,27 +833,6 @@ declare module '@strapi/strapi' {
'dynamic-zone.card': DynamicZoneCard;
'dynamic-zone.background': DynamicZoneBackground;
'dynamic-zone.about': DynamicZoneAbout;
'layout.whatwedo': LayoutWhatwedo;
'layout.we-offer': LayoutWeOffer;
'layout.technicalexpertise': LayoutTechnicalexpertise;
'layout.technicalexp-tab': LayoutTechnicalexpTab;
'layout.tab': LayoutTab;
'layout.servicelist': LayoutServicelist;
'layout.page-banner': LayoutPageBanner;
'layout.overview': LayoutOverview;
'layout.industry-overview': LayoutIndustryOverview;
'layout.heading': LayoutHeading;
'layout.functional-areas': LayoutFunctionalAreas;
'layout.faq-list': LayoutFaqList;
'layout.cta-banner': LayoutCtaBanner;
'layout.conversion-code': LayoutConversionCode;
'layout.clientel': LayoutClientel;
'layout.cfolist': LayoutCfolist;
'layout.cfo-service': LayoutCfoService;
'layout.cfo-service-tab': LayoutCfoServiceTab;
'layout.card': LayoutCard;
'layout.card-details': LayoutCardDetails;
'layout.areas-expertise': LayoutAreasExpertise;
'cta.cta': CtaCta;
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!