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 d62ee550
authored
2025-08-25 19:10:00 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chnages in client services page
1 parent
a4a0fc0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
427 additions
and
414 deletions
src/components/layout/technicalexp-tab.json
types/generated/components.d.ts
src/components/layout/technicalexp-tab.json
View file @
d62ee55
{
"collectionName"
:
"components_layout_technicalexp_tabs"
,
"info"
:
{
"displayName"
:
"TechnicalexpTab"
"displayName"
:
"TechnicalexpTab"
,
"description"
:
""
},
"options"
:
{},
"attributes"
:
{
...
...
@@ -10,6 +11,16 @@
},
"Description"
:
{
"type"
:
"text"
},
"Image"
:
{
"allowedTypes"
:
[
"images"
,
"files"
,
"videos"
,
"audios"
],
"type"
:
"media"
,
"multiple"
:
false
}
}
}
types/generated/components.d.ts
View file @
d62ee55
...
...
@@ -110,602 +110,602 @@ export interface SharedMedia extends Struct.ComponentSchema {
};
}
export
interface
HomePeople
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_people
'
;
export
interface
PeopleTeamMember
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_team_members
'
;
info
:
{
displayName
:
'
People
'
;
displayName
:
'
TeamMember
'
;
description
:
''
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
peoplelist
:
Schema
.
Attribute
.
Component
<
'people.people-list'
,
true
>
;
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Linkdin
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Designation
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
};
}
export
interface
HomeKnowlegeTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_knowlege_tab
s'
;
export
interface
PeopleTeamLeads
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_team_lead
s'
;
info
:
{
displayName
:
'
KnowlegeTab
'
;
displayName
:
'
Team Leads
'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Designation
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Linkdin
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
};
}
export
interface
HomeKnowledgeshack
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_knowledgeshack
s'
;
export
interface
PeoplePeopleList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_people_list
s'
;
info
:
{
displayName
:
'
Knowledgeshack
'
;
displayName
:
'
people-list
'
;
description
:
''
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
heading
:
Schema
.
Attribute
.
String
;
description
:
Schema
.
Attribute
.
String
;
};
}
export
interface
HomeIndustry
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_industrie
s'
;
export
interface
PeopleOverview
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_overview
s'
;
info
:
{
displayName
:
'
Industry
'
;
displayName
:
'
Overview
'
;
description
:
''
;
};
attributes
:
{
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
>
;
Description
:
Schema
.
Attribute
.
Text
;
};
}
export
interface
HomeHome
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_home
s'
;
export
interface
PeopleAdvisoryBoard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_advisory_board
s'
;
info
:
{
displayName
:
'Home Banner'
;
description
:
''
;
displayName
:
'Advisory Board'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Subtitle
:
Schema
.
Attribute
.
String
;
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
>
;
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
};
}
export
interface
HomeAreasExpertiseTitle
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_areas_expertise_title
s'
;
export
interface
LayoutWhatwedo
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_whatwedo
s'
;
info
:
{
displayName
:
'AreasExpertiseTitle'
;
displayName
:
'Whatwedo'
;
description
:
''
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
Text
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
}
export
interface
HomeAreaExpertiselists
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_area_expertise
lists'
;
export
interface
LayoutWeofferList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_weoffer_
lists'
;
info
:
{
displayName
:
'
AreaExpertiselists
'
;
displayName
:
'
WeofferList
'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Button
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
ProductList
:
Schema
.
Attribute
.
Component
<
'layout.product-list'
,
true
>
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
}
export
interface
DynamicZoneWhatWedoBann
er
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_what_wedo_bann
ers'
;
export
interface
LayoutWeOff
er
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_we_off
ers'
;
info
:
{
displayName
:
'WhatWedoBanner'
;
description
:
''
;
displayName
:
'WeOffer'
;
};
attributes
:
{
list
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.list'
,
true
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
BackgroundBanner
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
};
}
export
interface
DynamicZoneWeOfferSec
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_we_offer_sec
s'
;
export
interface
LayoutTechnicalexpertise
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_technicalexpertise
s'
;
info
:
{
displayName
:
'WeOfferSec'
;
description
:
''
;
displayName
:
'Technicalexpertise'
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
WeOfferList
:
Schema
.
Attribute
.
Component
<
'layout.weoffer-list
'
,
true
>
;
SectionTitle
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Technicallist
:
Schema
.
Attribute
.
Component
<
'layout.technicalexp-tab
'
,
true
>
;
};
}
export
interface
DynamicZoneVariantcard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_variantcard
s'
;
export
interface
LayoutTechnicalexpTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_technicalexp_tab
s'
;
info
:
{
displayName
:
'Variantcard'
;
displayName
:
'TechnicalexpTab'
;
description
:
''
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
carddetails
:
Schema
.
Attribute
.
Component
<
'layout.card-details'
,
true
>
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
}
export
interface
DynamicZoneText
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_text
s'
;
export
interface
LayoutTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_tab
s'
;
info
:
{
displayName
:
'Content'
;
description
:
''
;
displayName
:
'Tab'
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
sectionTitle
:
Schema
.
Attribute
.
String
;
shortDescription
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
}
export
interface
DynamicZoneTable
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_table
s'
;
export
interface
LayoutServicelist
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_servicelist
s'
;
info
:
{
displayName
:
'
table
'
;
displayName
:
'
Servicelist
'
;
};
attributes
:
{
tableData
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
Title
:
Schema
.
Attribute
.
String
;
};
}
export
interface
DynamicZoneRules
List
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_rules
_lists'
;
export
interface
LayoutProduct
List
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_product
_lists'
;
info
:
{
displayName
:
'RulesList'
;
description
:
''
;
displayName
:
'ProductList'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
details
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.details
'
,
false
>
;
Button
:
Schema
.
Attribute
.
Component
<
'cta.cta
'
,
false
>
;
};
}
export
interface
DynamicZoneRulesApplication
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_rules_application
s'
;
export
interface
LayoutPageBanner
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_page_banner
s'
;
info
:
{
displayName
:
'
RulesApplication
'
;
displayName
:
'
PageBanner
'
;
description
:
''
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Subheading
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
>
;
RuleList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.rules-list'
,
true
>
;
};
}
export
interface
DynamicZoneList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_list
s'
;
export
interface
LayoutOverview
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_overview
s'
;
info
:
{
displayName
:
'
List
'
;
displayName
:
'
Overview
'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
RichText
&
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
DynamicZoneKeyfeature
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_keyfeatures'
;
info
:
{
displayName
:
'KeyFeature'
;
description
:
''
;
};
attributes
:
{
sectionTitle
:
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'
;
export
interface
LayoutIndustryOverview
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_industry_overviews'
;
info
:
{
displayName
:
'I
mage
'
;
displayName
:
'I
ndustryOverview
'
;
description
:
''
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
subtitle
:
Schema
.
Attribute
.
String
;
title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
DesktopImg
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
MobileImg
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
}
export
interface
DynamicZoneFaq
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_faq
s'
;
export
interface
LayoutHeading
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_heading
s'
;
info
:
{
displayName
:
'
FAQ
'
;
displayName
:
'
heading
'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
FAQList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.faq-list'
,
true
>
;
Subtitle
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
}
export
interface
DynamicZoneFaqList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_faq_list
s'
;
export
interface
LayoutFunctionalAreas
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_functional_area
s'
;
info
:
{
displayName
:
'F
aqList
'
;
displayName
:
'F
unctionalAreas
'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
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_fac
ts'
;
export
interface
LayoutFaqList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_faq_lis
ts'
;
info
:
{
displayName
:
'F
acts
'
;
displayName
:
'F
AQList
'
;
};
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_list
s'
;
export
interface
LayoutCtaBanner
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_cta_banner
s'
;
info
:
{
displayName
:
'FactList'
;
displayName
:
'CTABanner'
;
description
:
''
;
};
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_two
s'
;
export
interface
LayoutConversionCode
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_conversion_code
s'
;
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_one
s'
;
export
interface
LayoutClientel
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_clientel
s'
;
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
DynamicZoneElementL
ist
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_element_
lists'
;
export
interface
LayoutCfol
ist
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_cfo
lists'
;
info
:
{
displayName
:
'
ElementL
ist'
;
displayName
:
'
cfol
ist'
;
};
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_btn
s'
;
export
interface
LayoutCfoService
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_cfo_service
s'
;
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_detail
s'
;
export
interface
LayoutCfoServiceTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_cfo_service_tab
s'
;
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
DynamicZone
Card
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone
_cards'
;
export
interface
Layout
Card
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout
_cards'
;
info
:
{
displayName
:
'card'
;
description
:
''
;
};
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_background
s'
;
export
interface
LayoutCardDetails
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_card_detail
s'
;
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_about
s'
;
export
interface
LayoutAreasExpertise
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_areas_expertise
s'
;
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
LayoutWeofferList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_weoffer_list
s'
;
export
interface
HomeKnowlegeTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_knowlege_tab
s'
;
info
:
{
displayName
:
'WeofferList'
;
description
:
''
;
displayName
:
'KnowlegeTab'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Button
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
ProductList
:
Schema
.
Attribute
.
Component
<
'layout.product-list'
,
true
>
;
Description
:
Schema
.
Attribute
.
Text
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
}
export
interface
LayoutWeOffer
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_we_offer
s'
;
export
interface
HomeKnowledgeshack
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_knowledgeshack
s'
;
info
:
{
displayName
:
'WeOffer'
;
displayName
:
'Knowledgeshack'
;
description
:
''
;
};
attributes
:
{
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Heading
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
};
}
export
interface
LayoutTechnicalexpertise
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_technicalexpertis
es'
;
export
interface
HomeIndustry
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_industri
es'
;
info
:
{
displayName
:
'Technicalexpertise'
;
displayName
:
'Industry'
;
description
:
''
;
};
attributes
:
{
SectionTitle
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Technicallist
:
Schema
.
Attribute
.
Component
<
'layout.technicalexp-tab'
,
true
>
;
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
LayoutTechnicalexpTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_technicalexp_tab
s'
;
export
interface
HomeHome
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_home
s'
;
info
:
{
displayName
:
'TechnicalexpTab'
;
displayName
:
'Home Banner'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Subtitle
:
Schema
.
Attribute
.
String
;
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
LayoutTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_tab
s'
;
export
interface
HomeAreasExpertiseTitle
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_areas_expertise_title
s'
;
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_servic
elists'
;
export
interface
HomeAreaExpertiselists
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_area_expertis
elists'
;
info
:
{
displayName
:
'Servicelist'
;
displayName
:
'AreaExpertiselists'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
}
export
interface
LayoutProductList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_product_list
s'
;
export
interface
CtaCta
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
cta_cta
s'
;
info
:
{
displayName
:
'
ProductList
'
;
displayName
:
'
CTA
'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Button
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
text
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
&
Schema
.
Attribute
.
DefaultTo
<
'text'
>
;
URL
:
Schema
.
Attribute
.
String
;
target
:
Schema
.
Attribute
.
Enumeration
<
[
'_blank'
,
'_parent'
,
'_self'
,
'_top'
]
>
;
varient
:
Schema
.
Attribute
.
Enumeration
<
[
'outline'
,
'fill'
]
>
;
};
}
export
interface
LayoutPage
Banner
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_page
_banners'
;
export
interface
DynamicZoneWhatWedo
Banner
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_what_wedo
_banners'
;
info
:
{
displayName
:
'PageBanner'
;
displayName
:
'WhatWedoBanner'
;
description
:
''
;
};
attributes
:
{
list
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.list'
,
true
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
BackgroundBanner
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
};
}
export
interface
DynamicZoneWeOfferSec
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_we_offer_secs'
;
info
:
{
displayName
:
'WeOfferSec'
;
description
:
''
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Description
:
Schema
.
Attribute
.
Text
;
WeOfferList
:
Schema
.
Attribute
.
Component
<
'layout.weoffer-list'
,
true
>
;
};
}
export
interface
LayoutOverview
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_overview
s'
;
export
interface
DynamicZoneVariantcard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_variantcard
s'
;
info
:
{
displayName
:
'Overview'
;
displayName
:
'Variantcard'
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
carddetails
:
Schema
.
Attribute
.
Component
<
'layout.card-details'
,
true
>
;
};
}
export
interface
DynamicZoneText
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_texts'
;
info
:
{
displayName
:
'Content'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Heading
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
Text
;
Content
:
Schema
.
Attribute
.
RichText
&
Description
:
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_overview
s'
;
export
interface
DynamicZoneTable
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_table
s'
;
info
:
{
displayName
:
'IndustryOverview'
;
description
:
''
;
displayName
:
'table'
;
};
attributes
:
{
subtitle
:
Schema
.
Attribute
.
String
;
title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
tableData
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
}
export
interface
LayoutHeading
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_heading
s'
;
export
interface
DynamicZoneRulesList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_rules_list
s'
;
info
:
{
displayName
:
'
heading
'
;
displayName
:
'
RulesList
'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
Description
:
Schema
.
Attribute
.
Text
;
details
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.details'
,
false
>
;
};
}
export
interface
LayoutFunctionalAreas
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_functional_area
s'
;
export
interface
DynamicZoneRulesApplication
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_rules_application
s'
;
info
:
{
displayName
:
'FunctionalAreas'
;
displayName
:
'RulesApplication'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Icon
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
Text
&
Schema
.
Attribute
.
Required
;
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
LayoutFaq
List
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_faq
_lists'
;
export
interface
DynamicZone
List
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone
_lists'
;
info
:
{
displayName
:
'FAQList'
;
displayName
:
'List'
;
description
:
''
;
};
attributes
:
{
Question
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
...
...
@@ -716,197 +716,199 @@ export interface LayoutFaqList extends Struct.ComponentSchema {
};
}
export
interface
LayoutCtaBanner
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_cta_banner
s'
;
export
interface
DynamicZoneKeyfeature
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_keyfeature
s'
;
info
:
{
displayName
:
'
CTABanner
'
;
displayName
:
'
KeyFeature
'
;
description
:
''
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
sectionTitle
:
Schema
.
Attribute
.
String
;
SectionSubtitle
:
Schema
.
Attribute
.
String
;
KeyFeatureList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.fact-list'
,
true
>
;
};
}
export
interface
LayoutConversionCod
e
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_conversion_cod
es'
;
export
interface
DynamicZoneImag
e
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_imag
es'
;
info
:
{
displayName
:
'
ConversionCod
e'
;
displayName
:
'
Imag
e'
;
description
:
''
;
};
attributes
:
{
scriptcode
:
Schema
.
Attribute
.
Text
;
noscriptcode
:
Schema
.
Attribute
.
Text
;
Heading
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
DesktopImg
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
MobileImg
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
}
export
interface
LayoutClientel
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_clientel
s'
;
export
interface
DynamicZoneFaq
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_faq
s'
;
info
:
{
displayName
:
'
Clientel
'
;
displayName
:
'
FAQ
'
;
description
:
''
;
};
attributes
:
{
logos
:
Schema
.
Attribute
.
Media
<
'images'
,
true
>
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
FAQList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.faq-list'
,
true
>
;
};
}
export
interface
LayoutCfol
ist
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_cfo
lists'
;
export
interface
DynamicZoneFaqL
ist
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_faq_
lists'
;
info
:
{
displayName
:
'
cfol
ist'
;
displayName
:
'
FaqL
ist'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Icon
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Description
:
Schema
.
Attribute
.
Text
;
};
}
export
interface
LayoutCfoService
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_cfo_service
s'
;
export
interface
DynamicZoneFacts
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_fact
s'
;
info
:
{
displayName
:
'CFOService'
;
description
:
''
;
displayName
:
'Facts'
;
};
attributes
:
{
IndustryServiceList
:
Schema
.
Attribute
.
Component
<
'layout.cfo-service-tab'
,
true
>
;
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
Text
;
FactList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.fact-list'
,
true
>
;
};
}
export
interface
LayoutCfoServiceTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_cfo_service_tab
s'
;
export
interface
DynamicZoneFactList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_fact_list
s'
;
info
:
{
displayName
:
'CFOServiceTab'
;
description
:
''
;
displayName
:
'FactList'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
CfoList
:
Schema
.
Attribute
.
Component
<
'layout.cfolist'
,
true
>
;
Description
:
Schema
.
Attribute
.
Text
;
Icon
:
Schema
.
Attribute
.
Media
<
'images'
>
;
};
}
export
interface
LayoutCard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_card
s'
;
export
interface
DynamicZoneElementTwo
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_element_two
s'
;
info
:
{
displayName
:
'
card
'
;
displayName
:
'
ElementTwo
'
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
ElementList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.element-list'
,
true
>
;
};
}
export
interface
LayoutCardDetails
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_card_detail
s'
;
export
interface
DynamicZoneElementOne
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_element_one
s'
;
info
:
{
displayName
:
'
card-details
'
;
displayName
:
'
ElementOne
'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
ElementList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.element-list'
,
true
>
;
};
}
export
interface
LayoutAreasExpertise
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_areas_expertise
s'
;
export
interface
DynamicZoneElementList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_element_list
s'
;
info
:
{
displayName
:
'AreasExpertise'
;
description
:
''
;
displayName
:
'ElementList'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
StepHeading
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
StepDescription
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
StepImg
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
};
}
export
interface
PeopleTeamMember
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_team_member
s'
;
export
interface
DynamicZoneDownloadBtn
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_download_btn
s'
;
info
:
{
displayName
:
'
TeamMember
'
;
displayName
:
'
DownloadBtn
'
;
description
:
''
;
};
attributes
:
{
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Linkdin
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Designation
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Subtitle
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
String
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
}
export
interface
PeopleTeamLead
s
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_team_lead
s'
;
export
interface
DynamicZoneDetail
s
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_detail
s'
;
info
:
{
displayName
:
'
Team Lead
s'
;
displayName
:
'
Detail
s'
;
};
attributes
:
{
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Designation
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Linkdin
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Details
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
}
export
interface
PeoplePeopleList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_people_list
s'
;
export
interface
DynamicZoneCard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_card
s'
;
info
:
{
displayName
:
'
people-list
'
;
displayName
:
'
card
'
;
description
:
''
;
};
attributes
:
{
heading
:
Schema
.
Attribute
.
String
;
description
:
Schema
.
Attribute
.
String
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
carddetails
:
Schema
.
Attribute
.
Component
<
'layout.card-details'
,
true
>
;
};
}
export
interface
PeopleOverview
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_overview
s'
;
export
interface
DynamicZoneBackground
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_background
s'
;
info
:
{
displayName
:
'
Overview
'
;
displayName
:
'
RightsideImg
'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Description
:
Schema
.
Attribute
.
Text
;
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
PeopleAdvisoryBoard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
people_advisory_board
s'
;
export
interface
DynamicZoneAbout
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_about
s'
;
info
:
{
displayName
:
'Advisory Board'
;
displayName
:
'LeftsideImg'
;
description
:
''
;
};
attributes
:
{
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
};
}
export
interface
CtaCta
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_cta_ctas'
;
info
:
{
displayName
:
'CTA'
;
};
attributes
:
{
text
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
&
Schema
.
Attribute
.
DefaultTo
<
'text'
>
;
URL
:
Schema
.
Attribute
.
String
;
target
:
Schema
.
Attribute
.
Enumeration
<
[
'_blank'
,
'_parent'
,
'_self'
,
'_top'
]
>
;
varient
:
Schema
.
Attribute
.
Enumeration
<
[
'outline'
,
'fill'
]
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Content
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
}
...
...
@@ -920,6 +922,34 @@ declare module '@strapi/strapi' {
'shared.page-schema'
:
SharedPageSchema
;
'shared.meta-social'
:
SharedMetaSocial
;
'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.knowlege-tab'
:
HomeKnowlegeTab
;
'home.knowledgeshack'
:
HomeKnowledgeshack
;
...
...
@@ -927,6 +957,7 @@ declare module '@strapi/strapi' {
'home.home'
:
HomeHome
;
'home.areas-expertise-title'
:
HomeAreasExpertiseTitle
;
'home.area-expertiselists'
:
HomeAreaExpertiselists
;
'cta.cta'
:
CtaCta
;
'dynamic-zone.what-wedo-banner'
:
DynamicZoneWhatWedoBanner
;
'dynamic-zone.we-offer-sec'
:
DynamicZoneWeOfferSec
;
'dynamic-zone.variantcard'
:
DynamicZoneVariantcard
;
...
...
@@ -949,35 +980,6 @@ declare module '@strapi/strapi' {
'dynamic-zone.card'
:
DynamicZoneCard
;
'dynamic-zone.background'
:
DynamicZoneBackground
;
'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
;
}
}
}
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