@ -59,15 +59,16 @@
"target": "api::blog-collection.blog-collection",
"inversedBy": "posts"
},
"teaser_image": {
"teaserImage": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"pluginOptions": {
"i18n": {
"localized": true
@ -978,7 +978,7 @@ export interface ApiBlogPostBlogPost extends Schema.CollectionType {
'manyToOne',
'api::blog-collection.blog-collection'
>;
teaser_image: Attribute.Media<'images' | 'files' | 'videos' | 'audios'> &
teaserImage: Attribute.Media<'images' | 'files' | 'videos' | 'audios'> &
Attribute.SetPluginOptions<{
i18n: {
localized: true;