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 c5b32c04
authored
2025-07-28 18:29:18 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
career compoents
1 parent
13a41d54
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
src/api/career-page/content-types/career-page/schema.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/career-page/content-types/career-page/schema.json
View file @
c5b32c0
...
...
@@ -30,6 +30,15 @@
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
},
"CareerDetails"
:
{
"type"
:
"dynamiczone"
,
"components"
:
[
"dynamic-zone.about"
,
"dynamic-zone.background"
,
"dynamic-zone.details"
,
"dynamic-zone.text"
]
}
}
}
types/generated/components.d.ts
View file @
c5b32c0
This diff is collapsed.
Click to expand it.
types/generated/contentTypes.d.ts
View file @
c5b32c0
...
...
@@ -891,6 +891,14 @@ export interface ApiCareerPageCareerPage extends Struct.SingleTypeSchema {
Description
:
Schema
.
Attribute
.
Text
;
Btn_link
:
Schema
.
Attribute
.
String
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
CareerDetails
:
Schema
.
Attribute
.
DynamicZone
<
[
'dynamic-zone.about'
,
'dynamic-zone.background'
,
'dynamic-zone.details'
,
'dynamic-zone.text'
,
]
>
;
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