Skip to content

Commit

Permalink
feat: add slug field in solution sub page (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: krupa <[email protected]>
  • Loading branch information
ktx-kirtan and ktx-krupa authored Jan 30, 2025
1 parent 6f98247 commit 20db202
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/solution-page/content-types/solution-page/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"section-cards.case-studies",
"section-cta.banner"
]
},
"slug": {
"type": "string",
"required": true
}
}
}
1 change: 1 addition & 0 deletions types/generated/contentTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ export interface ApiSolutionPageSolutionPage
> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
slug: Schema.Attribute.String & Schema.Attribute.Required;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Expand Down

0 comments on commit 20db202

Please sign in to comment.