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 7b0cca0c
authored
2025-09-02 16:43:09 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chnage people page
1 parent
d62ee550
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
24 deletions
src/components/people/advisory-board.json
types/generated/components.d.ts
src/components/people/advisory-board.json
View file @
7b0cca0
{
"collectionName"
:
"components_people_advisory_boards"
,
"info"
:
{
"displayName"
:
"Advisory Board"
"displayName"
:
"Advisory Board"
,
"description"
:
""
},
"options"
:
{},
"attributes"
:
{
...
...
@@ -9,16 +10,24 @@
"type"
:
"string"
,
"required"
:
true
},
"Des
crip
tion"
:
{
"Des
igna
tion"
:
{
"type"
:
"string"
,
"required"
:
true
},
"Image"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"required"
:
false
,
"allowedTypes"
:
[
"images"
],
"type"
:
"media"
,
"multiple"
:
false
]
},
"Description"
:
{
"type"
:
"customField"
,
"options"
:
{
"preset"
:
"default"
},
"customField"
:
"plugin::ckeditor5.CKEditor"
}
}
}
types/generated/components.d.ts
View file @
7b0cca0
...
...
@@ -167,11 +167,19 @@ export interface PeopleAdvisoryBoard extends Struct.ComponentSchema {
collectionName
:
'components_people_advisory_boards'
;
info
:
{
displayName
:
'Advisory Board'
;
description
:
''
;
};
attributes
:
{
Name
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Des
crip
tion
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Des
igna
tion
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'default'
;
}
>
;
};
}
...
...
@@ -578,23 +586,6 @@ export interface HomeAreaExpertiselists extends Struct.ComponentSchema {
};
}
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'
]
>
;
};
}
export
interface
DynamicZoneWhatWedoBanner
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_what_wedo_banners'
;
info
:
{
...
...
@@ -912,6 +903,23 @@ export interface DynamicZoneAbout extends Struct.ComponentSchema {
};
}
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'
]
>
;
};
}
declare
module
'@strapi/strapi'
{
export
module
Public
{
export
interface
ComponentSchemas
{
...
...
@@ -957,7 +965,6 @@ 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
;
...
...
@@ -980,6 +987,7 @@ declare module '@strapi/strapi' {
'dynamic-zone.card'
:
DynamicZoneCard
;
'dynamic-zone.background'
:
DynamicZoneBackground
;
'dynamic-zone.about'
:
DynamicZoneAbout
;
'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