We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1b995 commit 8b66c62Copy full SHA for 8b66c62
2 files changed
src/api/blog-page/content-types/blog-page/schema.json
@@ -74,6 +74,9 @@
74
"type": "component",
75
"repeatable": false,
76
"component": "seo.seo"
77
+ },
78
+ "isUpdatePublishDate": {
79
+ "type": "boolean"
80
}
81
82
types/generated/contentTypes.d.ts
@@ -465,6 +465,7 @@ export interface ApiBlogPageBlogPage extends Struct.CollectionTypeSchema {
465
Schema.Attribute.DefaultTo<false>;
466
description: Schema.Attribute.Text & Schema.Attribute.Required;
467
image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
468
+ isUpdatePublishDate: Schema.Attribute.Boolean;
469
keyOutcomes: Schema.Attribute.Component<
470
'elements.feature-description',
471
true
0 commit comments