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 3c127494
authored
2025-08-14 23:51:02 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chnages
1 parent
baaa2a6d
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
165 additions
and
73 deletions
src/api/bespoke-services-page/content-types/bespoke-services-page/schema.json
src/api/cfo-page/content-types/cfo-page/schema.json
src/api/empowering-finance-page/content-types/empowering-finance-page/schema.json
src/components/dynamic-zone/list.json
src/components/dynamic-zone/what-wedo-banner.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/bespoke-services-page/content-types/bespoke-services-page/schema.json
View file @
3c12749
...
@@ -27,7 +27,8 @@
...
@@ -27,7 +27,8 @@
"dynamic-zone.variantcard"
,
"dynamic-zone.variantcard"
,
"dynamic-zone.we-offer-sec"
,
"dynamic-zone.we-offer-sec"
,
"dynamic-zone.image"
,
"dynamic-zone.image"
,
"dynamic-zone.faq"
"dynamic-zone.faq"
,
"dynamic-zone.what-wedo-banner"
]
]
},
},
"Clientel"
:
{
"Clientel"
:
{
...
...
src/api/cfo-page/content-types/cfo-page/schema.json
View file @
3c12749
...
@@ -26,7 +26,8 @@
...
@@ -26,7 +26,8 @@
"dynamic-zone.element-two"
,
"dynamic-zone.element-two"
,
"dynamic-zone.text"
,
"dynamic-zone.text"
,
"dynamic-zone.card"
,
"dynamic-zone.card"
,
"dynamic-zone.variantcard"
"dynamic-zone.variantcard"
,
"dynamic-zone.image"
]
]
},
},
"Clientel"
:
{
"Clientel"
:
{
...
...
src/api/empowering-finance-page/content-types/empowering-finance-page/schema.json
View file @
3c12749
...
@@ -27,7 +27,8 @@
...
@@ -27,7 +27,8 @@
"dynamic-zone.facts"
,
"dynamic-zone.facts"
,
"dynamic-zone.image"
,
"dynamic-zone.image"
,
"dynamic-zone.card"
,
"dynamic-zone.card"
,
"dynamic-zone.faq"
"dynamic-zone.faq"
,
"dynamic-zone.what-wedo-banner"
]
]
},
},
"Clientel"
:
{
"Clientel"
:
{
...
...
src/components/dynamic-zone/list.json
0 → 100644
View file @
3c12749
{
"collectionName"
:
"components_dynamic_zone_lists"
,
"info"
:
{
"displayName"
:
"List"
,
"description"
:
""
},
"options"
:
{},
"attributes"
:
{
"Title"
:
{
"type"
:
"string"
},
"Description"
:
{
"type"
:
"customField"
,
"options"
:
{
"preset"
:
"default"
},
"customField"
:
"plugin::ckeditor5.CKEditor"
}
}
}
src/components/dynamic-zone/what-wedo-banner.json
0 → 100644
View file @
3c12749
{
"collectionName"
:
"components_dynamic_zone_what_wedo_banners"
,
"info"
:
{
"displayName"
:
"WhatWedoBanner"
,
"description"
:
""
},
"options"
:
{},
"attributes"
:
{
"list"
:
{
"displayName"
:
"List"
,
"type"
:
"component"
,
"repeatable"
:
true
,
"component"
:
"dynamic-zone.list"
},
"CTA"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"cta.cta"
},
"BackgroundBanner"
:
{
"allowedTypes"
:
[
"images"
,
"files"
,
"videos"
,
"audios"
],
"type"
:
"media"
,
"multiple"
:
false
}
}
}
types/generated/components.d.ts
View file @
3c12749
...
@@ -110,6 +110,71 @@ export interface SharedMedia extends Struct.ComponentSchema {
...
@@ -110,6 +110,71 @@ export interface SharedMedia extends Struct.ComponentSchema {
};
};
}
}
export
interface
PeopleTeamMember
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_people_team_members'
;
info
:
{
displayName
:
'TeamMember'
;
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
;
};
}
export
interface
PeopleTeamLeads
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_people_team_leads'
;
info
:
{
displayName
:
'Team Leads'
;
};
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
;
};
}
export
interface
PeoplePeopleList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_people_people_lists'
;
info
:
{
displayName
:
'people-list'
;
description
:
''
;
};
attributes
:
{
heading
:
Schema
.
Attribute
.
String
;
description
:
Schema
.
Attribute
.
String
;
};
}
export
interface
PeopleOverview
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_people_overviews'
;
info
:
{
displayName
:
'Overview'
;
description
:
''
;
};
attributes
:
{
Subtitle
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Description
:
Schema
.
Attribute
.
Text
;
};
}
export
interface
PeopleAdvisoryBoard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_people_advisory_boards'
;
info
:
{
displayName
:
'Advisory Board'
;
};
attributes
:
{
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
};
}
export
interface
LayoutWhatwedo
extends
Struct
.
ComponentSchema
{
export
interface
LayoutWhatwedo
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_whatwedos'
;
collectionName
:
'components_layout_whatwedos'
;
info
:
{
info
:
{
...
@@ -416,71 +481,6 @@ export interface LayoutAreasExpertise extends Struct.ComponentSchema {
...
@@ -416,71 +481,6 @@ export interface LayoutAreasExpertise extends Struct.ComponentSchema {
};
};
}
}
export
interface
PeopleTeamMember
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_people_team_members'
;
info
:
{
displayName
:
'TeamMember'
;
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
;
};
}
export
interface
PeopleTeamLeads
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_people_team_leads'
;
info
:
{
displayName
:
'Team Leads'
;
};
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
;
};
}
export
interface
PeoplePeopleList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_people_people_lists'
;
info
:
{
displayName
:
'people-list'
;
description
:
''
;
};
attributes
:
{
heading
:
Schema
.
Attribute
.
String
;
description
:
Schema
.
Attribute
.
String
;
};
}
export
interface
PeopleOverview
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_people_overviews'
;
info
:
{
displayName
:
'Overview'
;
description
:
''
;
};
attributes
:
{
Subtitle
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Description
:
Schema
.
Attribute
.
Text
;
};
}
export
interface
PeopleAdvisoryBoard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_people_advisory_boards'
;
info
:
{
displayName
:
'Advisory Board'
;
};
attributes
:
{
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
};
}
export
interface
HomePeople
extends
Struct
.
ComponentSchema
{
export
interface
HomePeople
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_home_people'
;
collectionName
:
'components_home_people'
;
info
:
{
info
:
{
...
@@ -574,6 +574,21 @@ export interface HomeAreaExpertiselists extends Struct.ComponentSchema {
...
@@ -574,6 +574,21 @@ export interface HomeAreaExpertiselists extends Struct.ComponentSchema {
};
};
}
}
export
interface
DynamicZoneWhatWedoBanner
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_what_wedo_banners'
;
info
:
{
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'
>
;
};
}
export
interface
DynamicZoneWeOfferSec
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneWeOfferSec
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_we_offer_secs'
;
collectionName
:
'components_dynamic_zone_we_offer_secs'
;
info
:
{
info
:
{
...
@@ -661,6 +676,24 @@ export interface DynamicZoneRulesApplication extends Struct.ComponentSchema {
...
@@ -661,6 +676,24 @@ export interface DynamicZoneRulesApplication extends Struct.ComponentSchema {
};
};
}
}
export
interface
DynamicZoneList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_lists'
;
info
:
{
displayName
:
'List'
;
description
:
''
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
}
export
interface
DynamicZoneKeyfeature
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneKeyfeature
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_keyfeatures'
;
collectionName
:
'components_dynamic_zone_keyfeatures'
;
info
:
{
info
:
{
...
@@ -884,6 +917,11 @@ declare module '@strapi/strapi' {
...
@@ -884,6 +917,11 @@ 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.whatwedo'
:
LayoutWhatwedo
;
'layout.weoffer-list'
:
LayoutWeofferList
;
'layout.weoffer-list'
:
LayoutWeofferList
;
'layout.we-offer'
:
LayoutWeOffer
;
'layout.we-offer'
:
LayoutWeOffer
;
...
@@ -907,11 +945,6 @@ declare module '@strapi/strapi' {
...
@@ -907,11 +945,6 @@ declare module '@strapi/strapi' {
'layout.card'
:
LayoutCard
;
'layout.card'
:
LayoutCard
;
'layout.card-details'
:
LayoutCardDetails
;
'layout.card-details'
:
LayoutCardDetails
;
'layout.areas-expertise'
:
LayoutAreasExpertise
;
'layout.areas-expertise'
:
LayoutAreasExpertise
;
'people.team-member'
:
PeopleTeamMember
;
'people.team-leads'
:
PeopleTeamLeads
;
'people.people-list'
:
PeoplePeopleList
;
'people.overview'
:
PeopleOverview
;
'people.advisory-board'
:
PeopleAdvisoryBoard
;
'home.people'
:
HomePeople
;
'home.people'
:
HomePeople
;
'home.knowlege-tab'
:
HomeKnowlegeTab
;
'home.knowlege-tab'
:
HomeKnowlegeTab
;
'home.knowledgeshack'
:
HomeKnowledgeshack
;
'home.knowledgeshack'
:
HomeKnowledgeshack
;
...
@@ -919,12 +952,14 @@ declare module '@strapi/strapi' {
...
@@ -919,12 +952,14 @@ declare module '@strapi/strapi' {
'home.home'
:
HomeHome
;
'home.home'
:
HomeHome
;
'home.areas-expertise-title'
:
HomeAreasExpertiseTitle
;
'home.areas-expertise-title'
:
HomeAreasExpertiseTitle
;
'home.area-expertiselists'
:
HomeAreaExpertiselists
;
'home.area-expertiselists'
:
HomeAreaExpertiselists
;
'dynamic-zone.what-wedo-banner'
:
DynamicZoneWhatWedoBanner
;
'dynamic-zone.we-offer-sec'
:
DynamicZoneWeOfferSec
;
'dynamic-zone.we-offer-sec'
:
DynamicZoneWeOfferSec
;
'dynamic-zone.variantcard'
:
DynamicZoneVariantcard
;
'dynamic-zone.variantcard'
:
DynamicZoneVariantcard
;
'dynamic-zone.text'
:
DynamicZoneText
;
'dynamic-zone.text'
:
DynamicZoneText
;
'dynamic-zone.table'
:
DynamicZoneTable
;
'dynamic-zone.table'
:
DynamicZoneTable
;
'dynamic-zone.rules-list'
:
DynamicZoneRulesList
;
'dynamic-zone.rules-list'
:
DynamicZoneRulesList
;
'dynamic-zone.rules-application'
:
DynamicZoneRulesApplication
;
'dynamic-zone.rules-application'
:
DynamicZoneRulesApplication
;
'dynamic-zone.list'
:
DynamicZoneList
;
'dynamic-zone.keyfeature'
:
DynamicZoneKeyfeature
;
'dynamic-zone.keyfeature'
:
DynamicZoneKeyfeature
;
'dynamic-zone.image'
:
DynamicZoneImage
;
'dynamic-zone.image'
:
DynamicZoneImage
;
'dynamic-zone.faq'
:
DynamicZoneFaq
;
'dynamic-zone.faq'
:
DynamicZoneFaq
;
...
...
types/generated/contentTypes.d.ts
View file @
3c12749
...
@@ -676,6 +676,7 @@ export interface ApiBespokeServicesPageBespokeServicesPage
...
@@ -676,6 +676,7 @@ export interface ApiBespokeServicesPageBespokeServicesPage
'dynamic-zone.we-offer-sec'
,
'dynamic-zone.we-offer-sec'
,
'dynamic-zone.image'
,
'dynamic-zone.image'
,
'dynamic-zone.faq'
,
'dynamic-zone.faq'
,
'dynamic-zone.what-wedo-banner'
,
]
]
>
;
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
...
@@ -1028,6 +1029,7 @@ export interface ApiCfoPageCfoPage extends Struct.SingleTypeSchema {
...
@@ -1028,6 +1029,7 @@ export interface ApiCfoPageCfoPage extends Struct.SingleTypeSchema {
'dynamic-zone.text'
,
'dynamic-zone.text'
,
'dynamic-zone.card'
,
'dynamic-zone.card'
,
'dynamic-zone.variantcard'
,
'dynamic-zone.variantcard'
,
'dynamic-zone.image'
,
]
]
>
;
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
...
@@ -1296,6 +1298,7 @@ export interface ApiEmpoweringFinancePageEmpoweringFinancePage
...
@@ -1296,6 +1298,7 @@ export interface ApiEmpoweringFinancePageEmpoweringFinancePage
'dynamic-zone.image'
,
'dynamic-zone.image'
,
'dynamic-zone.card'
,
'dynamic-zone.card'
,
'dynamic-zone.faq'
,
'dynamic-zone.faq'
,
'dynamic-zone.what-wedo-banner'
,
]
]
>
;
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
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