Rename teaser_image to teaserImage

main
trivernis 3 months ago
parent c6ac05f4db
commit c61a85e0cd
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -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"
],
"type": "media",
"multiple": false,
"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;

Loading…
Cancel
Save