[yoga-11] add common type and add logo
This commit is contained in:
2
yoga-cms/types/generated/contentTypes.d.ts
vendored
2
yoga-cms/types/generated/contentTypes.d.ts
vendored
@@ -1237,6 +1237,7 @@ export interface ApiYogaBlogPostsComponentYogaBlogPostsComponent
|
||||
export interface ApiYogaCommonYogaCommon extends Struct.CollectionTypeSchema {
|
||||
collectionName: 'yoga_commons';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'YogaCommon';
|
||||
pluralName: 'yoga-commons';
|
||||
singularName: 'yoga-common';
|
||||
@@ -1255,6 +1256,7 @@ export interface ApiYogaCommonYogaCommon extends Struct.CollectionTypeSchema {
|
||||
> &
|
||||
Schema.Attribute.Private;
|
||||
logoImage: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
|
||||
name: Schema.Attribute.String & Schema.Attribute.Required;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
updatedAt: Schema.Attribute.DateTime;
|
||||
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
|
||||
Reference in New Issue
Block a user