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 a6383745
authored
2025-07-31 18:01:30 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update compoent -homepage
1 parent
7c48c0ca
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
46 additions
and
15 deletions
src/api/home/content-types/home/schema.json
src/components/home/areas-expertise-title.json
src/components/layout/areas-expertise.json
src/components/layout/heading.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/home/content-types/home/schema.json
View file @
a638374
...
@@ -62,6 +62,12 @@
...
@@ -62,6 +62,12 @@
"type"
:
"component"
,
"type"
:
"component"
,
"repeatable"
:
false
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
"component"
:
"shared.seo"
},
"AreasExpertiseTitle"
:
{
"displayName"
:
"AreasExpertiseTitle"
,
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"home.areas-expertise-title"
}
}
}
}
}
}
src/components/home/areas-expertise-title.json
0 → 100644
View file @
a638374
{
"collectionName"
:
"components_home_areas_expertise_titles"
,
"info"
:
{
"displayName"
:
"AreasExpertiseTitle"
},
"options"
:
{},
"attributes"
:
{
"Heading"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"layout.heading"
},
"Image"
:
{
"allowedTypes"
:
[
"images"
,
"files"
,
"videos"
,
"audios"
],
"type"
:
"media"
,
"multiple"
:
false
}
}
}
src/components/layout/areas-expertise.json
View file @
a638374
...
@@ -11,13 +11,6 @@
...
@@ -11,13 +11,6 @@
},
},
"Description"
:
{
"Description"
:
{
"type"
:
"text"
"type"
:
"text"
},
"Image"
:
{
"allowedTypes"
:
[
"images"
],
"type"
:
"media"
,
"multiple"
:
false
}
}
}
}
}
}
src/components/layout/heading.json
View file @
a638374
...
@@ -14,12 +14,6 @@
...
@@ -14,12 +14,6 @@
},
},
"Description"
:
{
"Description"
:
{
"type"
:
"text"
"type"
:
"text"
},
"FAQList"
:
{
"displayName"
:
"FAQList"
,
"type"
:
"component"
,
"repeatable"
:
true
,
"component"
:
"layout.faq-list"
}
}
}
}
}
}
types/generated/components.d.ts
View file @
a638374
...
@@ -303,7 +303,6 @@ export interface LayoutHeading extends Struct.ComponentSchema {
...
@@ -303,7 +303,6 @@ export interface LayoutHeading extends Struct.ComponentSchema {
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Subtitle
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
;
FAQList
:
Schema
.
Attribute
.
Component
<
'layout.faq-list'
,
true
>
;
};
};
}
}
...
@@ -442,7 +441,6 @@ export interface LayoutAreasExpertise extends Struct.ComponentSchema {
...
@@ -442,7 +441,6 @@ export interface LayoutAreasExpertise extends Struct.ComponentSchema {
attributes
:
{
attributes
:
{
Title
:
Schema
.
Attribute
.
String
;
Title
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
};
};
}
}
...
@@ -517,6 +515,17 @@ export interface HomeHome extends Struct.ComponentSchema {
...
@@ -517,6 +515,17 @@ export interface HomeHome extends Struct.ComponentSchema {
};
};
}
}
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
DynamicZoneText
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneText
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_texts'
;
collectionName
:
'components_dynamic_zone_texts'
;
info
:
{
info
:
{
...
@@ -793,6 +802,7 @@ declare module '@strapi/strapi' {
...
@@ -793,6 +802,7 @@ declare module '@strapi/strapi' {
'home.knowledgeshack'
:
HomeKnowledgeshack
;
'home.knowledgeshack'
:
HomeKnowledgeshack
;
'home.industry'
:
HomeIndustry
;
'home.industry'
:
HomeIndustry
;
'home.home'
:
HomeHome
;
'home.home'
:
HomeHome
;
'home.areas-expertise-title'
:
HomeAreasExpertiseTitle
;
'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
;
...
...
types/generated/contentTypes.d.ts
View file @
a638374
...
@@ -1457,6 +1457,10 @@ export interface ApiHomeHome extends Struct.SingleTypeSchema {
...
@@ -1457,6 +1457,10 @@ export interface ApiHomeHome extends Struct.SingleTypeSchema {
Industry
:
Schema
.
Attribute
.
Component
<
'home.industry'
,
true
>
;
Industry
:
Schema
.
Attribute
.
Component
<
'home.industry'
,
true
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
AreasExpertiseTitle
:
Schema
.
Attribute
.
Component
<
'home.areas-expertise-title'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
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