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 90d6016b
authored
2024-11-19 12:23:43 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
seo section add
1 parent
00131c48
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
84 additions
and
10 deletions
src/api/blog-page/content-types/blog-page/schema.json
src/api/budget-page/content-types/budget-page/schema.json
src/api/budgetpanorama/content-types/budgetpanorama/schema.json
src/api/career-page/content-types/career-page/schema.json
src/api/cfo-page/content-types/cfo-page/schema.json
src/api/conatct-page/content-types/conatct-page/schema.json
src/api/corpedia-page/content-types/corpedia-page/schema.json
src/api/corpedia/content-types/corpedia/schema.json
src/api/home/content-types/home/schema.json
src/api/industry-page/content-types/industry-page/schema.json
src/api/knowledgeshack/content-types/knowledgeshack/schema.json
src/api/people/content-types/people/schema.json
src/api/taxwire-page/content-types/taxwire-page/schema.json
src/api/taxwire/content-types/taxwire/schema.json
src/api/transaction-page/content-types/transaction-page/schema.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/blog-page/content-types/blog-page/schema.json
View file @
90d6016
...
...
@@ -4,7 +4,8 @@
"info"
:
{
"singularName"
:
"blog-page"
,
"pluralName"
:
"blog-pages"
,
"displayName"
:
"BlogPage"
"displayName"
:
"BlogPage"
,
"description"
:
""
},
"options"
:
{
"draftAndPublish"
:
true
...
...
@@ -15,6 +16,11 @@
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"layout.page-banner"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
src/api/budget-page/content-types/budget-page/schema.json
View file @
90d6016
...
...
@@ -21,6 +21,11 @@
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"layout.heading"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
src/api/budgetpanorama/content-types/budgetpanorama/schema.json
View file @
90d6016
...
...
@@ -29,13 +29,13 @@
"BudgetDeatils"
:
{
"type"
:
"dynamiczone"
,
"components"
:
[
"dynamic-zone.rules-list"
,
"dynamic-zone.rules-application"
,
"dynamic-zone.facts"
,
"dynamic-zone.fact-list"
,
"dynamic-zone.background"
,
"dynamic-zone.about"
,
"dynamic-zone.table"
"dynamic-zone.table"
,
"dynamic-zone.details"
]
},
"slug"
:
{
...
...
src/api/career-page/content-types/career-page/schema.json
View file @
90d6016
...
...
@@ -4,7 +4,8 @@
"info"
:
{
"singularName"
:
"career-page"
,
"pluralName"
:
"career-pages"
,
"displayName"
:
"CareerPage"
"displayName"
:
"CareerPage"
,
"description"
:
""
},
"options"
:
{
"draftAndPublish"
:
true
...
...
@@ -24,6 +25,11 @@
},
"Btn_link"
:
{
"type"
:
"string"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
src/api/cfo-page/content-types/cfo-page/schema.json
View file @
90d6016
...
...
@@ -30,6 +30,11 @@
"type"
:
"component"
,
"repeatable"
:
true
,
"component"
:
"layout.clientel"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
src/api/conatct-page/content-types/conatct-page/schema.json
View file @
90d6016
...
...
@@ -16,6 +16,11 @@
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"layout.page-banner"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
src/api/corpedia-page/content-types/corpedia-page/schema.json
View file @
90d6016
...
...
@@ -21,6 +21,11 @@
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"layout.heading"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
src/api/corpedia/content-types/corpedia/schema.json
View file @
90d6016
...
...
@@ -32,7 +32,6 @@
"CorpediaDetails"
:
{
"type"
:
"dynamiczone"
,
"components"
:
[
"dynamic-zone.rules-list"
,
"dynamic-zone.rules-application"
,
"dynamic-zone.facts"
,
"dynamic-zone.background"
,
...
...
src/api/home/content-types/home/schema.json
View file @
90d6016
...
...
@@ -57,6 +57,11 @@
"type"
:
"component"
,
"repeatable"
:
true
,
"component"
:
"layout.clientel"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
src/api/industry-page/content-types/industry-page/schema.json
View file @
90d6016
...
...
@@ -24,6 +24,11 @@
"layout.cfo-service"
,
"layout.clientel"
]
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
src/api/knowledgeshack/content-types/knowledgeshack/schema.json
View file @
90d6016
...
...
@@ -41,6 +41,11 @@
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"layout.page-banner"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
src/api/people/content-types/people/schema.json
View file @
90d6016
...
...
@@ -46,6 +46,11 @@
"type"
:
"component"
,
"repeatable"
:
true
,
"component"
:
"people.team-member"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
src/api/taxwire-page/content-types/taxwire-page/schema.json
View file @
90d6016
...
...
@@ -21,6 +21,11 @@
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"layout.heading"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
src/api/taxwire/content-types/taxwire/schema.json
View file @
90d6016
...
...
@@ -32,13 +32,13 @@
"TaxwireDetails"
:
{
"type"
:
"dynamiczone"
,
"components"
:
[
"dynamic-zone.rules-list"
,
"dynamic-zone.rules-application"
,
"dynamic-zone.facts"
,
"dynamic-zone.fact-list"
,
"dynamic-zone.background"
,
"dynamic-zone.about"
,
"dynamic-zone.table"
"dynamic-zone.table"
,
"dynamic-zone.details"
]
},
"slug"
:
{
...
...
src/api/transaction-page/content-types/transaction-page/schema.json
View file @
90d6016
...
...
@@ -30,6 +30,11 @@
"type"
:
"component"
,
"repeatable"
:
true
,
"component"
:
"layout.clientel"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
types/generated/components.d.ts
View file @
90d6016
This diff is collapsed.
Click to expand it.
types/generated/contentTypes.d.ts
View file @
90d6016
...
...
@@ -621,12 +621,14 @@ export interface ApiBlogPageBlogPage extends Struct.SingleTypeSchema {
singularName
:
'blog-page'
;
pluralName
:
'blog-pages'
;
displayName
:
'BlogPage'
;
description
:
''
;
};
options
:
{
draftAndPublish
:
true
;
};
attributes
:
{
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
@@ -657,6 +659,7 @@ export interface ApiBudgetPageBudgetPage extends Struct.SingleTypeSchema {
attributes
:
{
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
@@ -691,13 +694,13 @@ export interface ApiBudgetpanoramaBudgetpanorama
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
BudgetDeatils
:
Schema
.
Attribute
.
DynamicZone
<
[
'dynamic-zone.rules-list'
,
'dynamic-zone.rules-application'
,
'dynamic-zone.facts'
,
'dynamic-zone.fact-list'
,
'dynamic-zone.background'
,
'dynamic-zone.about'
,
'dynamic-zone.table'
,
'dynamic-zone.details'
,
]
>
;
slug
:
Schema
.
Attribute
.
UID
;
...
...
@@ -760,6 +763,7 @@ export interface ApiCareerPageCareerPage extends Struct.SingleTypeSchema {
singularName
:
'career-page'
;
pluralName
:
'career-pages'
;
displayName
:
'CareerPage'
;
description
:
''
;
};
options
:
{
draftAndPublish
:
true
;
...
...
@@ -769,6 +773,7 @@ export interface ApiCareerPageCareerPage extends Struct.SingleTypeSchema {
Heading
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Btn_link
:
Schema
.
Attribute
.
String
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
@@ -839,6 +844,7 @@ export interface ApiCfoPageCfoPage extends Struct.SingleTypeSchema {
]
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
@@ -907,6 +913,7 @@ export interface ApiConatctPageConatctPage extends Struct.SingleTypeSchema {
};
attributes
:
{
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
@@ -973,7 +980,6 @@ export interface ApiCorpediaCorpedia extends Struct.CollectionTypeSchema {
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
CorpediaDetails
:
Schema
.
Attribute
.
DynamicZone
<
[
'dynamic-zone.rules-list'
,
'dynamic-zone.rules-application'
,
'dynamic-zone.facts'
,
'dynamic-zone.background'
,
...
...
@@ -1014,6 +1020,7 @@ export interface ApiCorpediaPageCorpediaPage extends Struct.SingleTypeSchema {
attributes
:
{
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
@@ -1089,6 +1096,7 @@ export interface ApiHomeHome extends Struct.SingleTypeSchema {
>
;
Industry
:
Schema
.
Attribute
.
Component
<
'home.industry'
,
true
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
@@ -1118,6 +1126,7 @@ export interface ApiIndustryPageIndustryPage extends Struct.SingleTypeSchema {
IndustryDetails
:
Schema
.
Attribute
.
DynamicZone
<
[
'layout.industry-overview'
,
'layout.cfo-service'
,
'layout.clientel'
]
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
@@ -1153,6 +1162,7 @@ export interface ApiKnowledgeshackKnowledgeshack
Budgetpanorama
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Blogs
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
@@ -1188,6 +1198,7 @@ export interface ApiPeoplePeople extends Struct.SingleTypeSchema {
Teamlist
:
Schema
.
Attribute
.
Component
<
'people.team-leads'
,
true
>
;
TeamMembers
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Memberlist
:
Schema
.
Attribute
.
Component
<
'people.team-member'
,
true
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
@@ -1291,13 +1302,13 @@ export interface ApiTaxwireTaxwire extends Struct.CollectionTypeSchema {
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
TaxwireDetails
:
Schema
.
Attribute
.
DynamicZone
<
[
'dynamic-zone.rules-list'
,
'dynamic-zone.rules-application'
,
'dynamic-zone.facts'
,
'dynamic-zone.fact-list'
,
'dynamic-zone.background'
,
'dynamic-zone.about'
,
'dynamic-zone.table'
,
'dynamic-zone.details'
,
]
>
;
slug
:
Schema
.
Attribute
.
UID
;
...
...
@@ -1331,6 +1342,7 @@ export interface ApiTaxwirePageTaxwirePage extends Struct.SingleTypeSchema {
attributes
:
{
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
@@ -1370,6 +1382,7 @@ export interface ApiTransactionPageTransactionPage
]
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
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