|
|
@ -978,6 +978,12 @@ export interface ApiBlogPostBlogPost extends Schema.CollectionType {
|
|
|
|
'manyToOne',
|
|
|
|
'manyToOne',
|
|
|
|
'api::blog-collection.blog-collection'
|
|
|
|
'api::blog-collection.blog-collection'
|
|
|
|
>;
|
|
|
|
>;
|
|
|
|
|
|
|
|
teaser_image: Attribute.Media<'images' | 'files' | 'videos' | 'audios'> &
|
|
|
|
|
|
|
|
Attribute.SetPluginOptions<{
|
|
|
|
|
|
|
|
i18n: {
|
|
|
|
|
|
|
|
localized: true;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
}>;
|
|
|
|
createdAt: Attribute.DateTime;
|
|
|
|
createdAt: Attribute.DateTime;
|
|
|
|
updatedAt: Attribute.DateTime;
|
|
|
|
updatedAt: Attribute.DateTime;
|
|
|
|
publishedAt: Attribute.DateTime;
|
|
|
|
publishedAt: Attribute.DateTime;
|
|
|
|