[yoga-20] subscribe.component.tsx: make image editable
This commit is contained in:
2
yoga-cms/types/generated/contentTypes.d.ts
vendored
2
yoga-cms/types/generated/contentTypes.d.ts
vendored
@@ -2038,6 +2038,7 @@ export interface ApiYogaSubscribeNowComponentYogaSubscribeNowComponent
|
||||
extends Struct.CollectionTypeSchema {
|
||||
collectionName: 'yoga_subscribe_now_components';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'YogaSubscribeNowComponent';
|
||||
pluralName: 'yoga-subscribe-now-components';
|
||||
singularName: 'yoga-subscribe-now-component';
|
||||
@@ -2051,6 +2052,7 @@ export interface ApiYogaSubscribeNowComponentYogaSubscribeNowComponent
|
||||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
header: Schema.Attribute.String;
|
||||
image: Schema.Attribute.Media<'images' | 'files'>;
|
||||
locale: Schema.Attribute.String & Schema.Attribute.Private;
|
||||
localizations: Schema.Attribute.Relation<
|
||||
'oneToMany',
|
||||
|
||||
Reference in New Issue
Block a user