[yoga-11] add common type and add logo

This commit is contained in:
Roland Schneider
2025-06-08 21:12:59 +02:00
parent ca60a9a2f4
commit 3bbd9dcbf6
4 changed files with 17 additions and 5 deletions

View File

@@ -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'> &