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 6d74cdbe
authored
2025-08-13 15:04:24 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chnage compoent gcc
1 parent
bca6ab71
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
162 additions
and
140 deletions
src/api/gcc-service-page/content-types/gcc-service-page/schema.json
src/components/dynamic-zone/we-offer-sec.json
src/components/layout/cta-banner.json
src/components/layout/heading.json
src/components/layout/weoffer-list.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/gcc-service-page/content-types/gcc-service-page/schema.json
View file @
6d74cdb
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,8 @@
"dynamic-zone.about"
,
"dynamic-zone.about"
,
"dynamic-zone.background"
,
"dynamic-zone.background"
,
"dynamic-zone.rules-application"
,
"dynamic-zone.rules-application"
,
"dynamic-zone.download-btn"
"dynamic-zone.download-btn"
,
"dynamic-zone.card"
]
]
},
},
"Clientel"
:
{
"Clientel"
:
{
...
...
src/components/dynamic-zone/we-offer-sec.json
View file @
6d74cdb
{
{
"collectionName"
:
"components_dynamic_zone_we_offer_secs"
,
"collectionName"
:
"components_dynamic_zone_we_offer_secs"
,
"info"
:
{
"info"
:
{
"displayName"
:
"WeOfferSec"
"displayName"
:
"WeOfferSec"
,
"description"
:
""
},
},
"options"
:
{},
"options"
:
{},
"attributes"
:
{
"attributes"
:
{
...
...
src/components/layout/cta-banner.json
View file @
6d74cdb
{
{
"collectionName"
:
"components_layout_cta_banners"
,
"collectionName"
:
"components_layout_cta_banners"
,
"info"
:
{
"info"
:
{
"displayName"
:
"CTABanner"
"displayName"
:
"CTABanner"
,
"description"
:
""
},
},
"options"
:
{},
"options"
:
{},
"attributes"
:
{
"attributes"
:
{
...
...
src/components/layout/heading.json
View file @
6d74cdb
...
@@ -13,7 +13,11 @@
...
@@ -13,7 +13,11 @@
"type"
:
"string"
"type"
:
"string"
},
},
"Description"
:
{
"Description"
:
{
"type"
:
"text"
"type"
:
"customField"
,
"options"
:
{
"preset"
:
"default"
},
"customField"
:
"plugin::ckeditor5.CKEditor"
}
}
}
}
}
}
src/components/layout/weoffer-list.json
View file @
6d74cdb
{
{
"collectionName"
:
"components_layout_weoffer_lists"
,
"collectionName"
:
"components_layout_weoffer_lists"
,
"info"
:
{
"info"
:
{
"displayName"
:
"WeofferList"
"displayName"
:
"WeofferList"
,
"description"
:
""
},
},
"options"
:
{},
"options"
:
{},
"attributes"
:
{
"attributes"
:
{
...
@@ -18,6 +19,9 @@
...
@@ -18,6 +19,9 @@
"type"
:
"component"
,
"type"
:
"component"
,
"repeatable"
:
true
,
"repeatable"
:
true
,
"component"
:
"layout.product-list"
"component"
:
"layout.product-list"
},
"Description"
:
{
"type"
:
"text"
}
}
}
}
}
}
types/generated/components.d.ts
View file @
6d74cdb
import
type
{
Struct
,
Schema
}
from
'@strapi/strapi'
;
import
type
{
Struct
,
Schema
}
from
'@strapi/strapi'
;
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
SharedSlider
extends
Struct
.
ComponentSchema
{
export
interface
SharedSlider
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_shared_sliders'
;
collectionName
:
'components_shared_sliders'
;
info
:
{
info
:
{
...
@@ -175,96 +110,68 @@ export interface SharedMedia extends Struct.ComponentSchema {
...
@@ -175,96 +110,68 @@ export interface SharedMedia extends Struct.ComponentSchema {
};
};
}
}
export
interface
HomePeople
extends
Struct
.
ComponentSchema
{
export
interface
PeopleTeamMember
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_people
'
;
collectionName
:
'components_
people_team_members
'
;
info
:
{
info
:
{
displayName
:
'
People
'
;
displayName
:
'
TeamMember
'
;
description
:
''
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
Text
;
Linkdin
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
peoplelist
:
Schema
.
Attribute
.
Component
<
'people.people-list'
,
true
>
;
Designation
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
};
};
}
}
export
interface
HomeKnowlegeTab
extends
Struct
.
ComponentSchema
{
export
interface
PeopleTeamLeads
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_knowlege_tab
s'
;
collectionName
:
'components_
people_team_lead
s'
;
info
:
{
info
:
{
displayName
:
'
KnowlegeTab
'
;
displayName
:
'
Team Leads
'
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
Text
;
Designation
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
CTA
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
&
Schema
.
Attribute
.
Required
;
Linkdin
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
};
};
}
}
export
interface
HomeKnowledgeshack
extends
Struct
.
ComponentSchema
{
export
interface
PeoplePeopleList
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_knowledgeshack
s'
;
collectionName
:
'components_
people_people_list
s'
;
info
:
{
info
:
{
displayName
:
'
Knowledgeshack
'
;
displayName
:
'
people-list
'
;
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
HomeIndustry
extends
Struct
.
ComponentSchema
{
export
interface
PeopleOverview
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_industrie
s'
;
collectionName
:
'components_
people_overview
s'
;
info
:
{
info
:
{
displayName
:
'
Industry
'
;
displayName
:
'
Overview
'
;
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
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
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_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
HomeAreasExpertiseTitle
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_home_areas_expertise_titles'
;
info
:
{
displayName
:
'AreasExpertiseTitle'
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
};
}
}
export
interface
HomeAreaExpertiselists
extends
Struct
.
ComponentSchema
{
export
interface
PeopleAdvisoryBoard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_
home_area_expertiselist
s'
;
collectionName
:
'components_
people_advisory_board
s'
;
info
:
{
info
:
{
displayName
:
'A
reaExpertiselists
'
;
displayName
:
'A
dvisory Board
'
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
};
};
}
}
...
@@ -286,11 +193,13 @@ export interface LayoutWeofferList extends Struct.ComponentSchema {
...
@@ -286,11 +193,13 @@ export interface LayoutWeofferList extends Struct.ComponentSchema {
collectionName
:
'components_layout_weoffer_lists'
;
collectionName
:
'components_layout_weoffer_lists'
;
info
:
{
info
:
{
displayName
:
'WeofferList'
;
displayName
:
'WeofferList'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Button
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Button
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
ProductList
:
Schema
.
Attribute
.
Component
<
'layout.product-list'
,
true
>
;
ProductList
:
Schema
.
Attribute
.
Component
<
'layout.product-list'
,
true
>
;
Description
:
Schema
.
Attribute
.
Text
;
};
};
}
}
...
@@ -421,7 +330,13 @@ export interface LayoutHeading extends Struct.ComponentSchema {
...
@@ -421,7 +330,13 @@ export interface LayoutHeading extends Struct.ComponentSchema {
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
};
}
}
...
@@ -458,6 +373,7 @@ export interface LayoutCtaBanner extends Struct.ComponentSchema {
...
@@ -458,6 +373,7 @@ export interface LayoutCtaBanner extends Struct.ComponentSchema {
collectionName
:
'components_layout_cta_banners'
;
collectionName
:
'components_layout_cta_banners'
;
info
:
{
info
:
{
displayName
:
'CTABanner'
;
displayName
:
'CTABanner'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
...
@@ -565,10 +481,104 @@ export interface LayoutAreasExpertise extends Struct.ComponentSchema {
...
@@ -565,10 +481,104 @@ export interface LayoutAreasExpertise 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
HomeAreasExpertiseTitle
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_home_areas_expertise_titles'
;
info
:
{
displayName
:
'AreasExpertiseTitle'
;
};
attributes
:
{
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
};
}
export
interface
HomeAreaExpertiselists
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_home_area_expertiselists'
;
info
:
{
displayName
:
'AreaExpertiselists'
;
};
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
};
}
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
:
{
displayName
:
'WeOfferSec'
;
displayName
:
'WeOfferSec'
;
description
:
''
;
};
};
attributes
:
{
attributes
:
{
Heading
:
Schema
.
Attribute
.
String
;
Heading
:
Schema
.
Attribute
.
String
;
...
@@ -856,11 +866,6 @@ export interface CtaCta extends Struct.ComponentSchema {
...
@@ -856,11 +866,6 @@ export interface CtaCta extends Struct.ComponentSchema {
declare
module
'@strapi/strapi'
{
declare
module
'@strapi/strapi'
{
export
module
Public
{
export
module
Public
{
export
interface
ComponentSchemas
{
export
interface
ComponentSchemas
{
'people.team-member'
:
PeopleTeamMember
;
'people.team-leads'
:
PeopleTeamLeads
;
'people.people-list'
:
PeoplePeopleList
;
'people.overview'
:
PeopleOverview
;
'people.advisory-board'
:
PeopleAdvisoryBoard
;
'shared.slider'
:
SharedSlider
;
'shared.slider'
:
SharedSlider
;
'shared.seo'
:
SharedSeo
;
'shared.seo'
:
SharedSeo
;
'shared.rich-text'
:
SharedRichText
;
'shared.rich-text'
:
SharedRichText
;
...
@@ -868,13 +873,11 @@ declare module '@strapi/strapi' {
...
@@ -868,13 +873,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
;
'home.people'
:
HomePeople
;
'people.team-member'
:
PeopleTeamMember
;
'home.knowlege-tab'
:
HomeKnowlegeTab
;
'people.team-leads'
:
PeopleTeamLeads
;
'home.knowledgeshack'
:
HomeKnowledgeshack
;
'people.people-list'
:
PeoplePeopleList
;
'home.industry'
:
HomeIndustry
;
'people.overview'
:
PeopleOverview
;
'home.home'
:
HomeHome
;
'people.advisory-board'
:
PeopleAdvisoryBoard
;
'home.areas-expertise-title'
:
HomeAreasExpertiseTitle
;
'home.area-expertiselists'
:
HomeAreaExpertiselists
;
'layout.whatwedo'
:
LayoutWhatwedo
;
'layout.whatwedo'
:
LayoutWhatwedo
;
'layout.weoffer-list'
:
LayoutWeofferList
;
'layout.weoffer-list'
:
LayoutWeofferList
;
'layout.we-offer'
:
LayoutWeOffer
;
'layout.we-offer'
:
LayoutWeOffer
;
...
@@ -898,6 +901,13 @@ declare module '@strapi/strapi' {
...
@@ -898,6 +901,13 @@ 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
;
'home.people'
:
HomePeople
;
'home.knowlege-tab'
:
HomeKnowlegeTab
;
'home.knowledgeshack'
:
HomeKnowledgeshack
;
'home.industry'
:
HomeIndustry
;
'home.home'
:
HomeHome
;
'home.areas-expertise-title'
:
HomeAreasExpertiseTitle
;
'home.area-expertiselists'
:
HomeAreaExpertiselists
;
'dynamic-zone.we-offer-sec'
:
DynamicZoneWeOfferSec
;
'dynamic-zone.we-offer-sec'
:
DynamicZoneWeOfferSec
;
'dynamic-zone.text'
:
DynamicZoneText
;
'dynamic-zone.text'
:
DynamicZoneText
;
'dynamic-zone.table'
:
DynamicZoneTable
;
'dynamic-zone.table'
:
DynamicZoneTable
;
...
...
types/generated/contentTypes.d.ts
View file @
6d74cdb
...
@@ -1355,6 +1355,7 @@ export interface ApiGccServicePageGccServicePage
...
@@ -1355,6 +1355,7 @@ export interface ApiGccServicePageGccServicePage
'dynamic-zone.background'
,
'dynamic-zone.background'
,
'dynamic-zone.rules-application'
,
'dynamic-zone.rules-application'
,
'dynamic-zone.download-btn'
,
'dynamic-zone.download-btn'
,
'dynamic-zone.card'
,
]
]
>
;
>
;
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