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 13a41d54
authored
2025-07-25 15:14:09 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
apc page
1 parent
a5827d19
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
307 additions
and
307 deletions
src/api/apc/content-types/apc/schema.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/apc/content-types/apc/schema.json
View file @
13a41d5
...
...
@@ -26,7 +26,7 @@
"dynamic-zone.details"
,
"dynamic-zone.text"
,
"dynamic-zone.element-two"
,
"
layout
.card"
"
dynamic-zone
.card"
]
},
"Clientel"
:
{
...
...
types/generated/components.d.ts
View file @
13a41d5
...
...
@@ -110,6 +110,77 @@ export interface SharedMedia extends Struct.ComponentSchema {
};
}
export
interface
HomePeople
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_home_people'
;
info
:
{
displayName
:
'People'
;
description
:
''
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
peoplelist
:
Schema
.
Attribute
.
Component
<
'people.people-list'
,
true
>
;
};
}
export
interface
HomeKnowlegeTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_home_knowlege_tabs'
;
info
:
{
displayName
:
'KnowlegeTab'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
}
export
interface
HomeKnowledgeshack
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_home_knowledgeshacks'
;
info
:
{
displayName
:
'Knowledgeshack'
;
description
:
''
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
};
}
export
interface
HomeIndustry
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_home_industries'
;
info
:
{
displayName
:
'Industry'
;
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
>
;
};
}
export
interface
HomeHome
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_home_homes'
;
info
:
{
displayName
:
'Home Banner'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Subtitle
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
&
Schema
.
Attribute
.
Required
;
Mobilebanner
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Desktopbanner
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
BackgroundBanner
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
true
>
;
};
}
export
interface
PeopleTeamMember
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_people_team_members'
;
info
:
{
...
...
@@ -175,545 +246,474 @@ export interface PeopleAdvisoryBoard extends Struct.ComponentSchema {
};
}
export
interface
HomePeople
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_people
'
;
export
interface
DynamicZoneText
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_texts
'
;
info
:
{
displayName
:
'
People
'
;
displayName
:
'
Content
'
;
description
:
''
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
peoplelist
:
Schema
.
Attribute
.
Component
<
'people.people-list'
,
true
>
;
Subtitle
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
}
export
interface
HomeKnowlegeTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_knowlege_tab
s'
;
export
interface
DynamicZoneTable
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_table
s'
;
info
:
{
displayName
:
'
KnowlegeTab
'
;
displayName
:
'
table
'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
tableData
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
}
export
interface
HomeKnowledgeshack
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_knowledgeshack
s'
;
export
interface
DynamicZoneRulesList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_rules_list
s'
;
info
:
{
displayName
:
'
Knowledgeshack
'
;
displayName
:
'
RulesList
'
;
description
:
''
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
details
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.details'
,
false
>
;
};
}
export
interface
HomeIndustry
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_industrie
s'
;
export
interface
DynamicZoneRulesApplication
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_rules_application
s'
;
info
:
{
displayName
:
'
Industry
'
;
displayName
:
'
RulesApplication
'
;
description
:
''
;
};
attributes
:
{
Subtitle
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Heading
:
Schema
.
Attribute
.
String
;
Subheading
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta
'
,
true
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
>
;
RuleList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.rules-list
'
,
true
>
;
};
}
export
interface
HomeHom
e
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_hom
es'
;
export
interface
DynamicZoneKeyfeatur
e
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_keyfeatur
es'
;
info
:
{
displayName
:
'
Home Banner
'
;
displayName
:
'
KeyFeature
'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Subtitle
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
&
Schema
.
Attribute
.
Required
;
Mobilebanner
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Desktopbanner
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
BackgroundBanner
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
true
>
;
sectionTitle
:
Schema
.
Attribute
.
String
;
SectionSubtitle
:
Schema
.
Attribute
.
String
;
KeyFeatureList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.fact-list'
,
true
>
;
};
}
export
interface
LayoutWhatwedo
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_whatwedo
s'
;
export
interface
DynamicZoneFacts
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_fact
s'
;
info
:
{
displayName
:
'Whatwedo'
;
description
:
''
;
displayName
:
'Facts'
;
};
attributes
:
{
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
>
;
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
Text
;
FactList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.fact-list'
,
true
>
;
};
}
export
interface
LayoutWeOffer
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_we_offer
s'
;
export
interface
DynamicZoneFactList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_fact_list
s'
;
info
:
{
displayName
:
'
WeOffer
'
;
displayName
:
'
FactList
'
;
};
attributes
:
{
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Icon
:
Schema
.
Attribute
.
Media
<
'images'
>
;
};
}
export
interface
LayoutTechnicalexpertise
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_technicalexpertise
s'
;
export
interface
DynamicZoneElementTwo
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_element_two
s'
;
info
:
{
displayName
:
'
Technicalexpertise
'
;
displayName
:
'
ElementTwo
'
;
};
attributes
:
{
SectionTitle
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Technicallist
:
Schema
.
Attribute
.
Component
<
'layout.technicalexp-tab'
,
true
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
ElementList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.element-list'
,
true
>
;
};
}
export
interface
LayoutTechnicalexpTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_technicalexp_tab
s'
;
export
interface
DynamicZoneElementOne
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_element_one
s'
;
info
:
{
displayName
:
'TechnicalexpTab'
;
displayName
:
'ElementOne'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
ElementList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.element-list'
,
true
>
;
};
}
export
interface
LayoutTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_tab
s'
;
export
interface
DynamicZoneElementList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_element_list
s'
;
info
:
{
displayName
:
'
Tab
'
;
displayName
:
'
ElementList
'
;
};
attributes
:
{
sectionTitle
:
Schema
.
Attribute
.
String
;
shortDescription
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
StepHeading
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
StepDescription
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
StepImg
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
};
}
export
interface
LayoutServicelist
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_servicelist
s'
;
export
interface
DynamicZoneDownloadBtn
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_download_btn
s'
;
info
:
{
displayName
:
'Servicelist'
;
displayName
:
'DownloadBtn'
;
description
:
''
;
};
attributes
:
{
Subtitle
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
String
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
}
export
interface
LayoutPageBanner
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_page_banners'
;
info
:
{
displayName
:
'PageBanner'
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
}
export
interface
LayoutOverview
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_overviews'
;
export
interface
DynamicZoneDetails
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_details'
;
info
:
{
displayName
:
'Overview'
;
description
:
''
;
displayName
:
'Details'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
Text
;
Content
:
Schema
.
Attribute
.
RichText
&
Details
:
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
DynamicZoneCard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_card
s'
;
info
:
{
displayName
:
'IndustryOverview'
;
description
:
''
;
displayName
:
'card'
;
};
attributes
:
{
subtitle
:
Schema
.
Attribute
.
String
;
title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
carddetails
:
Schema
.
Attribute
.
Component
<
'layout.card-details'
,
true
>
;
};
}
export
interface
LayoutHeading
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_heading
s'
;
export
interface
DynamicZoneBackground
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_background
s'
;
info
:
{
displayName
:
'
headin
g'
;
displayName
:
'
RightsideIm
g'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
};
}
export
interface
LayoutFunctionalAreas
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_functional_areas'
;
info
:
{
displayName
:
'FunctionalAreas'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Icon
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
Text
&
Schema
.
Attribute
.
Required
;
};
}
export
interface
LayoutCtaBanner
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_cta_banners'
;
info
:
{
displayName
:
'CTABanner'
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
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
LayoutConversionCode
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_conversion_code
s'
;
export
interface
DynamicZoneAbout
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_about
s'
;
info
:
{
displayName
:
'
ConversionCode
'
;
displayName
:
'
LeftsideImg
'
;
description
:
''
;
};
attributes
:
{
scriptcode
:
Schema
.
Attribute
.
Text
;
noscriptcode
:
Schema
.
Attribute
.
Text
;
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'
;
}
>
;
};
}
export
interface
Layout
Clientel
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_
clientel
s'
;
export
interface
Layout
Whatwedo
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_
whatwedo
s'
;
info
:
{
displayName
:
'
Clientel
'
;
displayName
:
'
Whatwedo
'
;
description
:
''
;
};
attributes
:
{
logos
:
Schema
.
Attribute
.
Media
<
'images'
,
true
>
;
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
Layout
Cfolist
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_
cfolist
s'
;
export
interface
Layout
WeOffer
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_
we_offer
s'
;
info
:
{
displayName
:
'
cfolist
'
;
displayName
:
'
WeOffer
'
;
};
attributes
:
{
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Title
:
Schema
.
Attribute
.
String
;
Icon
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
}
export
interface
LayoutCfoService
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_cfo_services'
;
info
:
{
displayName
:
'CFOService'
;
description
:
''
;
};
attributes
:
{
IndustryServiceList
:
Schema
.
Attribute
.
Component
<
'layout.cfo-service-tab'
,
true
>
;
Description
:
Schema
.
Attribute
.
Text
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
}
export
interface
Layout
CfoServiceTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_
cfo_service_tab
s'
;
export
interface
Layout
Technicalexpertise
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_
technicalexpertise
s'
;
info
:
{
displayName
:
'CFOServiceTab'
;
description
:
''
;
displayName
:
'Technicalexpertise'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
CfoList
:
Schema
.
Attribute
.
Component
<
'layout.cfolist'
,
true
>
;
SectionTitle
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Technicallist
:
Schema
.
Attribute
.
Component
<
'layout.technicalexp-tab'
,
true
>
;
};
}
export
interface
Layout
Card
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_
card
s'
;
export
interface
Layout
TechnicalexpTab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_
technicalexp_tab
s'
;
info
:
{
displayName
:
'
card
'
;
displayName
:
'
TechnicalexpTab
'
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
};
}
export
interface
Layout
CardDetails
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_
card_detail
s'
;
export
interface
Layout
Tab
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_
tab
s'
;
info
:
{
displayName
:
'
card-details
'
;
displayName
:
'
Tab
'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
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
Layout
AreasExpertise
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_
areas_expertise
s'
;
export
interface
Layout
Servicelist
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_
servicelist
s'
;
info
:
{
displayName
:
'AreasExpertise'
;
description
:
''
;
displayName
:
'Servicelist'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
};
}
export
interface
DynamicZoneText
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_text
s'
;
export
interface
LayoutPageBanner
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_page_banner
s'
;
info
:
{
displayName
:
'Content'
;
description
:
''
;
displayName
:
'PageBanner'
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
}
export
interface
DynamicZoneTable
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_table
s'
;
export
interface
LayoutOverview
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_overview
s'
;
info
:
{
displayName
:
'table'
;
displayName
:
'Overview'
;
description
:
''
;
};
attributes
:
{
tableData
:
Schema
.
Attribute
.
RichText
&
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
Text
;
Content
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
};
}
export
interface
DynamicZoneRulesList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_rules_list
s'
;
export
interface
LayoutIndustryOverview
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_industry_overview
s'
;
info
:
{
displayName
:
'
RulesList
'
;
displayName
:
'
IndustryOverview
'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
subtitle
:
Schema
.
Attribute
.
String
;
title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
details
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.details'
,
false
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
}
export
interface
DynamicZoneRulesApplication
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_rules_application
s'
;
export
interface
LayoutHeading
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_heading
s'
;
info
:
{
displayName
:
'
RulesApplication
'
;
displayName
:
'
heading
'
;
description
:
''
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Sub
heading
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Sub
title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
>
;
RuleList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.rules-list'
,
true
>
;
};
}
export
interface
DynamicZoneKeyfeature
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_keyfeatures'
;
info
:
{
displayName
:
'KeyFeature'
;
description
:
''
;
};
attributes
:
{
sectionTitle
:
Schema
.
Attribute
.
String
;
SectionSubtitle
:
Schema
.
Attribute
.
String
;
KeyFeatureList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.fact-list'
,
true
>
;
};
}
export
interface
DynamicZoneFact
s
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
dynamic_zone_fact
s'
;
export
interface
LayoutFunctionalArea
s
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
layout_functional_area
s'
;
info
:
{
displayName
:
'F
act
s'
;
displayName
:
'F
unctionalArea
s'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
Text
;
FactList
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.fact-list'
,
true
>
;
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Icon
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
Text
&
Schema
.
Attribute
.
Required
;
};
}
export
interface
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
'
;
};
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'
;
};
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'
;
description
:
''
;
displayName
:
'card-details'
;
};
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
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Content
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
}
...
...
@@ -744,16 +744,31 @@ 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
;
'home.people'
:
HomePeople
;
'home.knowlege-tab'
:
HomeKnowlegeTab
;
'home.knowledgeshack'
:
HomeKnowledgeshack
;
'home.industry'
:
HomeIndustry
;
'home.home'
:
HomeHome
;
'people.team-member'
:
PeopleTeamMember
;
'people.team-leads'
:
PeopleTeamLeads
;
'people.people-list'
:
PeoplePeopleList
;
'people.overview'
:
PeopleOverview
;
'people.advisory-board'
:
PeopleAdvisoryBoard
;
'dynamic-zone.text'
:
DynamicZoneText
;
'dynamic-zone.table'
:
DynamicZoneTable
;
'dynamic-zone.rules-list'
:
DynamicZoneRulesList
;
'dynamic-zone.rules-application'
:
DynamicZoneRulesApplication
;
'dynamic-zone.keyfeature'
:
DynamicZoneKeyfeature
;
'dynamic-zone.facts'
:
DynamicZoneFacts
;
'dynamic-zone.fact-list'
:
DynamicZoneFactList
;
'dynamic-zone.element-two'
:
DynamicZoneElementTwo
;
'dynamic-zone.element-one'
:
DynamicZoneElementOne
;
'dynamic-zone.element-list'
:
DynamicZoneElementList
;
'dynamic-zone.download-btn'
:
DynamicZoneDownloadBtn
;
'dynamic-zone.details'
:
DynamicZoneDetails
;
'dynamic-zone.card'
:
DynamicZoneCard
;
'dynamic-zone.background'
:
DynamicZoneBackground
;
'dynamic-zone.about'
:
DynamicZoneAbout
;
'layout.whatwedo'
:
LayoutWhatwedo
;
'layout.we-offer'
:
LayoutWeOffer
;
'layout.technicalexpertise'
:
LayoutTechnicalexpertise
;
...
...
@@ -774,21 +789,6 @@ declare module '@strapi/strapi' {
'layout.card'
:
LayoutCard
;
'layout.card-details'
:
LayoutCardDetails
;
'layout.areas-expertise'
:
LayoutAreasExpertise
;
'dynamic-zone.text'
:
DynamicZoneText
;
'dynamic-zone.table'
:
DynamicZoneTable
;
'dynamic-zone.rules-list'
:
DynamicZoneRulesList
;
'dynamic-zone.rules-application'
:
DynamicZoneRulesApplication
;
'dynamic-zone.keyfeature'
:
DynamicZoneKeyfeature
;
'dynamic-zone.facts'
:
DynamicZoneFacts
;
'dynamic-zone.fact-list'
:
DynamicZoneFactList
;
'dynamic-zone.element-two'
:
DynamicZoneElementTwo
;
'dynamic-zone.element-one'
:
DynamicZoneElementOne
;
'dynamic-zone.element-list'
:
DynamicZoneElementList
;
'dynamic-zone.download-btn'
:
DynamicZoneDownloadBtn
;
'dynamic-zone.details'
:
DynamicZoneDetails
;
'dynamic-zone.card'
:
DynamicZoneCard
;
'dynamic-zone.background'
:
DynamicZoneBackground
;
'dynamic-zone.about'
:
DynamicZoneAbout
;
'cta.cta'
:
CtaCta
;
}
}
...
...
types/generated/contentTypes.d.ts
View file @
13a41d5
...
...
@@ -552,7 +552,7 @@ export interface ApiApcApc extends Struct.SingleTypeSchema {
'dynamic-zone.details'
,
'dynamic-zone.text'
,
'dynamic-zone.element-two'
,
'
layout
.card'
,
'
dynamic-zone
.card'
,
]
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
...
...
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