Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
advithconsulting.io-backend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit a4a0fc0c
authored
2025-08-25 15:32:13 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change in area of expertise
1 parent
f5c025b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
408 additions
and
395 deletions
src/components/home/area-expertiselists.json
types/generated/components.d.ts
src/components/home/area-expertiselists.json
View file @
a4a0fc0
{
{
"collectionName"
:
"components_home_area_expertiselists"
,
"collectionName"
:
"components_home_area_expertiselists"
,
"info"
:
{
"info"
:
{
"displayName"
:
"AreaExpertiselists"
"displayName"
:
"AreaExpertiselists"
,
"description"
:
""
},
},
"options"
:
{},
"options"
:
{},
"attributes"
:
{
"attributes"
:
{
...
@@ -10,6 +11,16 @@
...
@@ -10,6 +11,16 @@
},
},
"Description"
:
{
"Description"
:
{
"type"
:
"text"
"type"
:
"text"
},
"Image"
:
{
"allowedTypes"
:
[
"images"
,
"files"
,
"videos"
,
"audios"
],
"type"
:
"media"
,
"multiple"
:
false
}
}
}
}
}
}
types/generated/components.d.ts
View file @
a4a0fc0
...
@@ -110,581 +110,602 @@ export interface SharedMedia extends Struct.ComponentSchema {
...
@@ -110,581 +110,602 @@ export interface SharedMedia extends Struct.ComponentSchema {
};
};
}
}
export
interface
PeopleTeamMember
extends
Struct
.
ComponentSchema
{
export
interface
HomePeople
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_team_members
'
;
collectionName
:
'components_
home_people
'
;
info
:
{
info
:
{
displayName
:
'
TeamMember
'
;
displayName
:
'
People
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Heading
:
Schema
.
Attribute
.
String
;
Linkdin
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Designation
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
peoplelist
:
Schema
.
Attribute
.
Component
<
'people.people-list'
,
true
>
;
};
};
}
}
export
interface
PeopleTeamLeads
extends
Struct
.
ComponentSchema
{
export
interface
HomeKnowlegeTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_team_lead
s'
;
collectionName
:
'components_
home_knowlege_tab
s'
;
info
:
{
info
:
{
displayName
:
'
Team Leads
'
;
displayName
:
'
KnowlegeTab
'
;
};
};
attributes
:
{
attributes
:
{
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Title
:
Schema
.
Attribute
.
String
;
Designation
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Linkdin
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
};
};
}
}
export
interface
PeoplePeopleList
extends
Struct
.
ComponentSchema
{
export
interface
HomeKnowledgeshack
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_people_list
s'
;
collectionName
:
'components_
home_knowledgeshack
s'
;
info
:
{
info
:
{
displayName
:
'
people-list
'
;
displayName
:
'
Knowledgeshack
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
heading
:
Schema
.
Attribute
.
String
;
Heading
:
Schema
.
Attribute
.
String
;
description
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
};
};
}
}
export
interface
PeopleOverview
extends
Struct
.
ComponentSchema
{
export
interface
HomeIndustry
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_overview
s'
;
collectionName
:
'components_
home_industrie
s'
;
info
:
{
info
:
{
displayName
:
'
Overview
'
;
displayName
:
'
Industry
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Subtitle
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
true
>
;
};
};
}
}
export
interface
PeopleAdvisoryBoard
extends
Struct
.
ComponentSchema
{
export
interface
HomeHome
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_advisory_board
s'
;
collectionName
:
'components_
home_home
s'
;
info
:
{
info
:
{
displayName
:
'Advisory Board'
;
displayName
:
'Home Banner'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Subtitle
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Description
:
Schema
.
Attribute
.
Text
&
Schema
.
Attribute
.
Required
;
Mobilebanner
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Desktopbanner
:
Schema
.
Attribute
.
Media
<
'images'
>
;
BackgroundBanner
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
true
>
;
};
};
}
}
export
interface
LayoutWhatwedo
extends
Struct
.
ComponentSchema
{
export
interface
HomeAreasExpertiseTitle
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_whatwedo
s'
;
collectionName
:
'components_
home_areas_expertise_title
s'
;
info
:
{
info
:
{
displayName
:
'Whatwedo'
;
displayName
:
'AreasExpertiseTitle'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Description
:
Schema
.
Attribute
.
Text
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
};
}
}
export
interface
LayoutWeofferList
extends
Struct
.
ComponentSchema
{
export
interface
HomeAreaExpertiselists
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_weoffer_
lists'
;
collectionName
:
'components_
home_area_expertise
lists'
;
info
:
{
info
:
{
displayName
:
'
WeofferList
'
;
displayName
:
'
AreaExpertiselists
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Button
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
ProductList
:
Schema
.
Attribute
.
Component
<
'layout.product-list'
,
true
>
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
};
}
}
export
interface
LayoutWeOff
er
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneWhatWedoBann
er
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_we_off
ers'
;
collectionName
:
'components_
dynamic_zone_what_wedo_bann
ers'
;
info
:
{
info
:
{
displayName
:
'WeOffer'
;
displayName
:
'WhatWedoBanner'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
list
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.list'
,
true
>
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
BackgroundBanner
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
};
};
}
}
export
interface
LayoutTechnicalexpertise
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneWeOfferSec
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_technicalexpertise
s'
;
collectionName
:
'components_
dynamic_zone_we_offer_sec
s'
;
info
:
{
info
:
{
displayName
:
'Technicalexpertise'
;
displayName
:
'WeOfferSec'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
SectionTitle
:
Schema
.
Attribute
.
String
;
Heading
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Technicallist
:
Schema
.
Attribute
.
Component
<
'layout.technicalexp-tab
'
,
true
>
;
WeOfferList
:
Schema
.
Attribute
.
Component
<
'layout.weoffer-list
'
,
true
>
;
};
};
}
}
export
interface
LayoutTechnicalexpTab
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneVariantcard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_technicalexp_tab
s'
;
collectionName
:
'components_
dynamic_zone_variantcard
s'
;
info
:
{
info
:
{
displayName
:
'
TechnicalexpTab
'
;
displayName
:
'
Variantcard
'
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Description
:
Schema
.
Attribute
.
Text
;
carddetails
:
Schema
.
Attribute
.
Component
<
'layout.card-details'
,
true
>
;
};
};
}
}
export
interface
LayoutTab
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneText
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_tab
s'
;
collectionName
:
'components_
dynamic_zone_text
s'
;
info
:
{
info
:
{
displayName
:
'Tab'
;
displayName
:
'Content'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
sectionTitle
:
Schema
.
Attribute
.
String
;
Heading
:
Schema
.
Attribute
.
String
;
shortDescription
:
Schema
.
Attribute
.
Text
;
Subtitle
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Description
:
Schema
.
Attribute
.
RichText
&
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
};
}
}
export
interface
LayoutServicelist
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneTable
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_servicelist
s'
;
collectionName
:
'components_
dynamic_zone_table
s'
;
info
:
{
info
:
{
displayName
:
'
Servicelist
'
;
displayName
:
'
table
'
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
tableData
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
};
}
}
export
interface
LayoutProduct
List
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneRules
List
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_product
_lists'
;
collectionName
:
'components_
dynamic_zone_rules
_lists'
;
info
:
{
info
:
{
displayName
:
'ProductList'
;
displayName
:
'RulesList'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
;
Button
:
Schema
.
Attribute
.
Component
<
'cta.cta
'
,
false
>
;
details
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.details
'
,
false
>
;
};
};
}
}
export
interface
LayoutPageBanner
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneRulesApplication
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_page_banner
s'
;
collectionName
:
'components_
dynamic_zone_rules_application
s'
;
info
:
{
info
:
{
displayName
:
'
PageBanner
'
;
displayName
:
'
RulesApplication
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Heading
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Subheading
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
>
;
RuleList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.rules-list'
,
true
>
;
};
};
}
}
export
interface
LayoutOverview
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_overview
s'
;
collectionName
:
'components_
dynamic_zone_list
s'
;
info
:
{
info
:
{
displayName
:
'
Overview
'
;
displayName
:
'
List
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
RichText
&
Content
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
'plugin::ckeditor5.CKEditor'
,
{
{
preset
:
'default'
;
preset
:
'default'
;
}
}
>
;
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
};
}
}
export
interface
LayoutIndustryOverview
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneKeyfeature
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_industry_overview
s'
;
collectionName
:
'components_
dynamic_zone_keyfeature
s'
;
info
:
{
info
:
{
displayName
:
'
IndustryOverview
'
;
displayName
:
'
KeyFeature
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
subtitle
:
Schema
.
Attribute
.
String
;
sectionTitle
:
Schema
.
Attribute
.
String
;
title
:
Schema
.
Attribute
.
String
;
SectionSubtitle
:
Schema
.
Attribute
.
String
;
KeyFeatureList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.fact-list'
,
true
>
;
};
}
export
interface
DynamicZoneImage
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_images'
;
info
:
{
displayName
:
'Image'
;
description
:
''
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
DesktopImg
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
MobileImg
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
};
}
}
export
interface
LayoutHeading
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneFaq
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_heading
s'
;
collectionName
:
'components_
dynamic_zone_faq
s'
;
info
:
{
info
:
{
displayName
:
'
heading
'
;
displayName
:
'
FAQ
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
RichText
&
FAQList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.faq-list'
,
true
>
;
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
};
}
}
export
interface
LayoutFunctionalAreas
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneFaqList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_functional_area
s'
;
collectionName
:
'components_
dynamic_zone_faq_list
s'
;
info
:
{
info
:
{
displayName
:
'F
unctionalAreas
'
;
displayName
:
'F
aqList
'
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Title
:
Schema
.
Attribute
.
String
;
Icon
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
&
Schema
.
Attribute
.
Required
;
};
};
}
}
export
interface
LayoutFaqList
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneFacts
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_faq_lis
ts'
;
collectionName
:
'components_
dynamic_zone_fac
ts'
;
info
:
{
info
:
{
displayName
:
'F
AQList
'
;
displayName
:
'F
acts
'
;
};
};
attributes
:
{
attributes
:
{
Question
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
RichText
&
Subtitle
:
Schema
.
Attribute
.
Text
;
Schema
.
Attribute
.
CustomField
<
FactList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.fact-list'
,
true
>
;
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
};
}
}
export
interface
LayoutCtaBanner
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneFactList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_cta_banner
s'
;
collectionName
:
'components_
dynamic_zone_fact_list
s'
;
info
:
{
info
:
{
displayName
:
'CTABanner'
;
displayName
:
'FactList'
;
description
:
''
;
};
};
attributes
:
{
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
{
export
interface
DynamicZoneElementTwo
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_conversion_code
s'
;
collectionName
:
'components_
dynamic_zone_element_two
s'
;
info
:
{
info
:
{
displayName
:
'ConversionCode'
;
displayName
:
'ElementTwo'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
scriptcode
:
Schema
.
Attribute
.
Text
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
noscriptcode
:
Schema
.
Attribute
.
Text
;
ElementList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.element-list'
,
true
>
;
};
};
}
}
export
interface
LayoutClientel
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneElementOne
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_clientel
s'
;
collectionName
:
'components_
dynamic_zone_element_one
s'
;
info
:
{
info
:
{
displayName
:
'
Clientel
'
;
displayName
:
'
ElementOne
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
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
LayoutCfol
ist
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneElementL
ist
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_cfo
lists'
;
collectionName
:
'components_
dynamic_zone_element_
lists'
;
info
:
{
info
:
{
displayName
:
'
cfol
ist'
;
displayName
:
'
ElementL
ist'
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
StepHeading
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Icon
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
StepDescription
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
StepImg
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
};
};
}
}
export
interface
LayoutCfoService
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneDownloadBtn
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_cfo_service
s'
;
collectionName
:
'components_
dynamic_zone_download_btn
s'
;
info
:
{
info
:
{
displayName
:
'
CFOService
'
;
displayName
:
'
DownloadBtn
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
IndustryServiceList
:
Schema
.
Attribute
.
Component
<
Subtitle
:
Schema
.
Attribute
.
String
;
'layout.cfo-service-tab'
,
Title
:
Schema
.
Attribute
.
String
;
true
Description
:
Schema
.
Attribute
.
String
;
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
};
}
}
export
interface
LayoutCfoServiceTab
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneDetails
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_cfo_service_tab
s'
;
collectionName
:
'components_
dynamic_zone_detail
s'
;
info
:
{
info
:
{
displayName
:
'CFOServiceTab'
;
displayName
:
'Details'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Details
:
Schema
.
Attribute
.
RichText
&
CfoList
:
Schema
.
Attribute
.
Component
<
'layout.cfolist'
,
true
>
;
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
};
}
}
export
interface
Layout
Card
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZone
Card
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout
_cards'
;
collectionName
:
'components_
dynamic_zone
_cards'
;
info
:
{
info
:
{
displayName
:
'card'
;
displayName
:
'card'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
carddetails
:
Schema
.
Attribute
.
Component
<
'layout.card-details'
,
true
>
;
};
};
}
}
export
interface
LayoutCardDetails
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneBackground
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_card_detail
s'
;
collectionName
:
'components_
dynamic_zone_background
s'
;
info
:
{
info
:
{
displayName
:
'
card-details
'
;
displayName
:
'
RightsideImg
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
RichText
&
Subtitle
:
Schema
.
Attribute
.
String
;
Content
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
'plugin::ckeditor5.CKEditor'
,
{
{
preset
:
'default'
;
preset
:
'default'
;
}
}
>
;
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
};
}
}
export
interface
LayoutAreasExpertise
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneAbout
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_areas_expertise
s'
;
collectionName
:
'components_
dynamic_zone_about
s'
;
info
:
{
info
:
{
displayName
:
'
AreasExpertise
'
;
displayName
:
'
LeftsideImg
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
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'
;
}
>
;
};
};
}
}
export
interface
HomePeople
extends
Struct
.
ComponentSchema
{
export
interface
LayoutWhatwedo
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_people
'
;
collectionName
:
'components_
layout_whatwedos
'
;
info
:
{
info
:
{
displayName
:
'
People
'
;
displayName
:
'
Whatwedo
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
peoplelist
:
Schema
.
Attribute
.
Component
<
'people.people-list'
,
true
>
;
};
};
}
}
export
interface
HomeKnowlegeTab
extends
Struct
.
ComponentSchema
{
export
interface
LayoutWeofferList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_knowlege_tab
s'
;
collectionName
:
'components_
layout_weoffer_list
s'
;
info
:
{
info
:
{
displayName
:
'KnowlegeTab'
;
displayName
:
'WeofferList'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Button
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
ProductList
:
Schema
.
Attribute
.
Component
<
'layout.product-list'
,
true
>
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
};
}
}
export
interface
HomeKnowledgeshack
extends
Struct
.
ComponentSchema
{
export
interface
LayoutWeOffer
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_knowledgeshack
s'
;
collectionName
:
'components_
layout_we_offer
s'
;
info
:
{
info
:
{
displayName
:
'Knowledgeshack'
;
displayName
:
'WeOffer'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Description
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Description
:
Schema
.
Attribute
.
Text
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
};
}
}
export
interface
HomeIndustry
extends
Struct
.
ComponentSchema
{
export
interface
LayoutTechnicalexpertise
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_industri
es'
;
collectionName
:
'components_
layout_technicalexpertis
es'
;
info
:
{
info
:
{
displayName
:
'Industry'
;
displayName
:
'Technicalexpertise'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
SectionTitle
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Technicallist
:
Schema
.
Attribute
.
Component
<
'layout.technicalexp-tab'
,
true
>
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
true
>
;
};
};
}
}
export
interface
HomeHome
extends
Struct
.
ComponentSchema
{
export
interface
LayoutTechnicalexpTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_home
s'
;
collectionName
:
'components_
layout_technicalexp_tab
s'
;
info
:
{
info
:
{
displayName
:
'Home Banner'
;
displayName
:
'TechnicalexpTab'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
&
Schema
.
Attribute
.
Required
;
Mobilebanner
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Desktopbanner
:
Schema
.
Attribute
.
Media
<
'images'
>
;
BackgroundBanner
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
true
>
;
};
};
}
}
export
interface
HomeAreasExpertiseTitle
extends
Struct
.
ComponentSchema
{
export
interface
LayoutTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_areas_expertise_title
s'
;
collectionName
:
'components_
layout_tab
s'
;
info
:
{
info
:
{
displayName
:
'
AreasExpertiseTitle
'
;
displayName
:
'
Tab
'
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
sectionTitle
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
shortDescription
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
};
}
}
export
interface
HomeAreaExpertiselists
extends
Struct
.
ComponentSchema
{
export
interface
LayoutServicelist
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_area_expertis
elists'
;
collectionName
:
'components_
layout_servic
elists'
;
info
:
{
info
:
{
displayName
:
'
AreaExpertiselists
'
;
displayName
:
'
Servicelist
'
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
};
};
}
}
export
interface
DynamicZoneWhatWedoBanner
extends
Struct
.
ComponentSchema
{
export
interface
LayoutProductList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_what_wedo_banner
s'
;
collectionName
:
'components_
layout_product_list
s'
;
info
:
{
info
:
{
displayName
:
'WhatWedoBanner'
;
displayName
:
'ProductList'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
list
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.list'
,
true
>
;
Title
:
Schema
.
Attribute
.
String
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Description
:
Schema
.
Attribute
.
Text
;
BackgroundBanner
:
Schema
.
Attribute
.
Media
<
Button
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
};
};
}
}
export
interface
DynamicZoneWeOfferSec
extends
Struct
.
ComponentSchema
{
export
interface
LayoutPageBanner
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_we_offer_sec
s'
;
collectionName
:
'components_
layout_page_banner
s'
;
info
:
{
info
:
{
displayName
:
'
WeOfferSec
'
;
displayName
:
'
PageBanner
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Heading
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
;
WeOfferList
:
Schema
.
Attribute
.
Component
<
'layout.weoffer-list'
,
true
>
;
};
}
export
interface
DynamicZoneVariantcard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_variantcards'
;
info
:
{
displayName
:
'Variantcard'
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
carddetails
:
Schema
.
Attribute
.
Component
<
'layout.card-details'
,
true
>
;
};
};
}
}
export
interface
DynamicZoneText
extends
Struct
.
ComponentSchema
{
export
interface
LayoutOverview
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_text
s'
;
collectionName
:
'components_
layout_overview
s'
;
info
:
{
info
:
{
displayName
:
'
Content
'
;
displayName
:
'
Overview
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
Text
;
Subtitle
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
RichText
&
Content
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
'plugin::ckeditor5.CKEditor'
,
{
{
preset
:
'default'
;
preset
:
'default'
;
}
}
>
;
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
};
}
}
export
interface
DynamicZoneTable
extends
Struct
.
ComponentSchema
{
export
interface
LayoutIndustryOverview
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_table
s'
;
collectionName
:
'components_
layout_industry_overview
s'
;
info
:
{
info
:
{
displayName
:
'table'
;
displayName
:
'IndustryOverview'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
tableData
:
Schema
.
Attribute
.
RichText
&
subtitle
:
Schema
.
Attribute
.
String
;
Schema
.
Attribute
.
CustomField
<
title
:
Schema
.
Attribute
.
String
;
'plugin::ckeditor5.CKEditor'
,
Description
:
Schema
.
Attribute
.
Text
;
{
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
preset
:
'default'
;
}
>
;
};
};
}
}
export
interface
DynamicZoneRulesList
extends
Struct
.
ComponentSchema
{
export
interface
LayoutHeading
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_rules_list
s'
;
collectionName
:
'components_
layout_heading
s'
;
info
:
{
info
:
{
displayName
:
'
RulesList
'
;
displayName
:
'
heading
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Subtitle
:
Schema
.
Attribute
.
String
;
details
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.details'
,
false
>
;
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
};
}
}
export
interface
DynamicZoneRulesApplication
extends
Struct
.
ComponentSchema
{
export
interface
LayoutFunctionalAreas
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_rules_applications'
;
collectionName
:
'components_layout_functional_areas'
;
info
:
{
info
:
{
displayName
:
'RulesApplication'
;
displayName
:
'FunctionalAreas'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Subheading
:
Schema
.
Attribute
.
String
;
Icon
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
>
;
RuleList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.rules-list'
,
true
>
;
};
};
}
}
export
interface
DynamicZone
List
extends
Struct
.
ComponentSchema
{
export
interface
LayoutFaq
List
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone
_lists'
;
collectionName
:
'components_
layout_faq
_lists'
;
info
:
{
info
:
{
displayName
:
'List'
;
displayName
:
'FAQList'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Question
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
RichText
&
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
'plugin::ckeditor5.CKEditor'
,
...
@@ -695,199 +716,180 @@ export interface DynamicZoneList extends Struct.ComponentSchema {
...
@@ -695,199 +716,180 @@ export interface DynamicZoneList extends Struct.ComponentSchema {
};
};
}
}
export
interface
DynamicZoneKeyfeature
extends
Struct
.
ComponentSchema
{
export
interface
LayoutCtaBanner
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_keyfeature
s'
;
collectionName
:
'components_
layout_cta_banner
s'
;
info
:
{
info
:
{
displayName
:
'
KeyFeature
'
;
displayName
:
'
CTABanner
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
sectionTitle
:
Schema
.
Attribute
.
String
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
SectionSubtitle
:
Schema
.
Attribute
.
String
;
KeyFeatureList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.fact-list'
,
true
>
;
};
};
}
}
export
interface
DynamicZoneImag
e
extends
Struct
.
ComponentSchema
{
export
interface
LayoutConversionCod
e
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_imag
es'
;
collectionName
:
'components_
layout_conversion_cod
es'
;
info
:
{
info
:
{
displayName
:
'
Imag
e'
;
displayName
:
'
ConversionCod
e'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
scriptcode
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
;
noscriptcode
:
Schema
.
Attribute
.
Text
;
DesktopImg
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
MobileImg
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
};
}
}
export
interface
DynamicZoneFaq
extends
Struct
.
ComponentSchema
{
export
interface
LayoutClientel
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_faq
s'
;
collectionName
:
'components_
layout_clientel
s'
;
info
:
{
info
:
{
displayName
:
'
FAQ
'
;
displayName
:
'
Clientel
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
logos
:
Schema
.
Attribute
.
Media
<
'images'
,
true
>
;
Description
:
Schema
.
Attribute
.
Text
;
FAQList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.faq-list'
,
true
>
;
};
};
}
}
export
interface
DynamicZoneFaqL
ist
extends
Struct
.
ComponentSchema
{
export
interface
LayoutCfol
ist
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_faq_
lists'
;
collectionName
:
'components_
layout_cfo
lists'
;
info
:
{
info
:
{
displayName
:
'
FaqL
ist'
;
displayName
:
'
cfol
ist'
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Icon
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
};
}
}
export
interface
DynamicZoneFacts
extends
Struct
.
ComponentSchema
{
export
interface
LayoutCfoService
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_fact
s'
;
collectionName
:
'components_
layout_cfo_service
s'
;
info
:
{
info
:
{
displayName
:
'Facts'
;
displayName
:
'CFOService'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
IndustryServiceList
:
Schema
.
Attribute
.
Component
<
Subtitle
:
Schema
.
Attribute
.
Text
;
'layout.cfo-service-tab'
,
FactList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.fact-list'
,
true
>
;
true
>
;
};
};
}
}
export
interface
DynamicZoneFactList
extends
Struct
.
ComponentSchema
{
export
interface
LayoutCfoServiceTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_fact_list
s'
;
collectionName
:
'components_
layout_cfo_service_tab
s'
;
info
:
{
info
:
{
displayName
:
'FactList'
;
displayName
:
'CFOServiceTab'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
CfoList
:
Schema
.
Attribute
.
Component
<
'layout.cfolist'
,
true
>
;
Icon
:
Schema
.
Attribute
.
Media
<
'images'
>
;
};
};
}
}
export
interface
DynamicZoneElementTwo
extends
Struct
.
ComponentSchema
{
export
interface
LayoutCard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_element_two
s'
;
collectionName
:
'components_
layout_card
s'
;
info
:
{
info
:
{
displayName
:
'
ElementTwo
'
;
displayName
:
'
card
'
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
ElementList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.element-list'
,
true
>
;
};
};
}
}
export
interface
DynamicZoneElementOne
extends
Struct
.
ComponentSchema
{
export
interface
LayoutCardDetails
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_element_one
s'
;
collectionName
:
'components_
layout_card_detail
s'
;
info
:
{
info
:
{
displayName
:
'
ElementOne
'
;
displayName
:
'
card-details
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Title
:
Schema
.
Attribute
.
String
;
ElementList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.element-list'
,
true
>
;
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
};
}
}
export
interface
DynamicZoneElementList
extends
Struct
.
ComponentSchema
{
export
interface
LayoutAreasExpertise
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_element_list
s'
;
collectionName
:
'components_
layout_areas_expertise
s'
;
info
:
{
info
:
{
displayName
:
'ElementList'
;
displayName
:
'AreasExpertise'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
StepHeading
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Title
:
Schema
.
Attribute
.
String
;
StepDescription
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
Text
;
StepImg
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
};
};
}
}
export
interface
DynamicZoneDownloadBtn
extends
Struct
.
ComponentSchema
{
export
interface
PeopleTeamMember
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_download_btn
s'
;
collectionName
:
'components_
people_team_member
s'
;
info
:
{
info
:
{
displayName
:
'
DownloadBtn
'
;
displayName
:
'
TeamMember
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Subtitle
:
Schema
.
Attribute
.
String
;
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Title
:
Schema
.
Attribute
.
String
;
Linkdin
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Designation
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
};
};
}
}
export
interface
DynamicZoneDetail
s
extends
Struct
.
ComponentSchema
{
export
interface
PeopleTeamLead
s
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_detail
s'
;
collectionName
:
'components_
people_team_lead
s'
;
info
:
{
info
:
{
displayName
:
'
Detail
s'
;
displayName
:
'
Team Lead
s'
;
};
};
attributes
:
{
attributes
:
{
Details
:
Schema
.
Attribute
.
RichText
&
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Schema
.
Attribute
.
CustomField
<
Designation
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
'plugin::ckeditor5.CKEditor'
,
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
{
Linkdin
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
preset
:
'default'
;
}
>
;
};
};
}
}
export
interface
DynamicZoneCard
extends
Struct
.
ComponentSchema
{
export
interface
PeoplePeopleList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_card
s'
;
collectionName
:
'components_
people_people_list
s'
;
info
:
{
info
:
{
displayName
:
'
card
'
;
displayName
:
'
people-list
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
heading
:
Schema
.
Attribute
.
String
;
carddetails
:
Schema
.
Attribute
.
Component
<
'layout.card-details'
,
true
>
;
description
:
Schema
.
Attribute
.
String
;
};
};
}
}
export
interface
DynamicZoneBackground
extends
Struct
.
ComponentSchema
{
export
interface
PeopleOverview
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_background
s'
;
collectionName
:
'components_
people_overview
s'
;
info
:
{
info
:
{
displayName
:
'
RightsideImg
'
;
displayName
:
'
Overview
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Content
:
Schema
.
Attribute
.
RichText
&
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Schema
.
Attribute
.
CustomField
<
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
'plugin::ckeditor5.CKEditor'
,
Description
:
Schema
.
Attribute
.
Text
;
{
preset
:
'default'
;
}
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
};
}
}
export
interface
DynamicZoneAbout
extends
Struct
.
ComponentSchema
{
export
interface
PeopleAdvisoryBoard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_about
s'
;
collectionName
:
'components_
people_advisory_board
s'
;
info
:
{
info
:
{
displayName
:
'LeftsideImg'
;
displayName
:
'Advisory Board'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Subtitle
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Content
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
};
}
}
...
@@ -918,34 +920,6 @@ declare module '@strapi/strapi' {
...
@@ -918,34 +920,6 @@ declare module '@strapi/strapi' {
'shared.page-schema'
:
SharedPageSchema
;
'shared.page-schema'
:
SharedPageSchema
;
'shared.meta-social'
:
SharedMetaSocial
;
'shared.meta-social'
:
SharedMetaSocial
;
'shared.media'
:
SharedMedia
;
'shared.media'
:
SharedMedia
;
'people.team-member'
:
PeopleTeamMember
;
'people.team-leads'
:
PeopleTeamLeads
;
'people.people-list'
:
PeoplePeopleList
;
'people.overview'
:
PeopleOverview
;
'people.advisory-board'
:
PeopleAdvisoryBoard
;
'layout.whatwedo'
:
LayoutWhatwedo
;
'layout.weoffer-list'
:
LayoutWeofferList
;
'layout.we-offer'
:
LayoutWeOffer
;
'layout.technicalexpertise'
:
LayoutTechnicalexpertise
;
'layout.technicalexp-tab'
:
LayoutTechnicalexpTab
;
'layout.tab'
:
LayoutTab
;
'layout.servicelist'
:
LayoutServicelist
;
'layout.product-list'
:
LayoutProductList
;
'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.people'
:
HomePeople
;
'home.knowlege-tab'
:
HomeKnowlegeTab
;
'home.knowlege-tab'
:
HomeKnowlegeTab
;
'home.knowledgeshack'
:
HomeKnowledgeshack
;
'home.knowledgeshack'
:
HomeKnowledgeshack
;
...
@@ -975,6 +949,34 @@ declare module '@strapi/strapi' {
...
@@ -975,6 +949,34 @@ declare module '@strapi/strapi' {
'dynamic-zone.card'
:
DynamicZoneCard
;
'dynamic-zone.card'
:
DynamicZoneCard
;
'dynamic-zone.background'
:
DynamicZoneBackground
;
'dynamic-zone.background'
:
DynamicZoneBackground
;
'dynamic-zone.about'
:
DynamicZoneAbout
;
'dynamic-zone.about'
:
DynamicZoneAbout
;
'layout.whatwedo'
:
LayoutWhatwedo
;
'layout.weoffer-list'
:
LayoutWeofferList
;
'layout.we-offer'
:
LayoutWeOffer
;
'layout.technicalexpertise'
:
LayoutTechnicalexpertise
;
'layout.technicalexp-tab'
:
LayoutTechnicalexpTab
;
'layout.tab'
:
LayoutTab
;
'layout.servicelist'
:
LayoutServicelist
;
'layout.product-list'
:
LayoutProductList
;
'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
;
'people.team-member'
:
PeopleTeamMember
;
'people.team-leads'
:
PeopleTeamLeads
;
'people.people-list'
:
PeoplePeopleList
;
'people.overview'
:
PeopleOverview
;
'people.advisory-board'
:
PeopleAdvisoryBoard
;
'cta.cta'
:
CtaCta
;
'cta.cta'
:
CtaCta
;
}
}
}
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment