Commit c5b32c04 by sujata

career compoents

1 parent 13a41d54
...@@ -30,6 +30,15 @@ ...@@ -30,6 +30,15 @@
"type": "component", "type": "component",
"repeatable": false, "repeatable": false,
"component": "shared.seo" "component": "shared.seo"
},
"CareerDetails": {
"type": "dynamiczone",
"components": [
"dynamic-zone.about",
"dynamic-zone.background",
"dynamic-zone.details",
"dynamic-zone.text"
]
} }
} }
} }
...@@ -891,6 +891,14 @@ export interface ApiCareerPageCareerPage extends Struct.SingleTypeSchema { ...@@ -891,6 +891,14 @@ export interface ApiCareerPageCareerPage extends Struct.SingleTypeSchema {
Description: Schema.Attribute.Text; Description: Schema.Attribute.Text;
Btn_link: Schema.Attribute.String; Btn_link: Schema.Attribute.String;
seo: Schema.Attribute.Component<'shared.seo', false>; 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; createdAt: Schema.Attribute.DateTime;
updatedAt: Schema.Attribute.DateTime; updatedAt: Schema.Attribute.DateTime;
publishedAt: Schema.Attribute.DateTime; publishedAt: Schema.Attribute.DateTime;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!