Skip to content

Commit 8b66c62

Browse files
committed
feat: add isUpdatePublishDate boolean field
1 parent 7d1b995 commit 8b66c62

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/api/blog-page/content-types/blog-page/schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
"type": "component",
7575
"repeatable": false,
7676
"component": "seo.seo"
77+
},
78+
"isUpdatePublishDate": {
79+
"type": "boolean"
7780
}
7881
}
7982
}

types/generated/contentTypes.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ export interface ApiBlogPageBlogPage extends Struct.CollectionTypeSchema {
465465
Schema.Attribute.DefaultTo<false>;
466466
description: Schema.Attribute.Text & Schema.Attribute.Required;
467467
image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
468+
isUpdatePublishDate: Schema.Attribute.Boolean;
468469
keyOutcomes: Schema.Attribute.Component<
469470
'elements.feature-description',
470471
true

0 commit comments

Comments
 (0)