Fix add logo

This commit is contained in:
2026-04-06 00:52:13 +02:00
parent 1a3ea9e0c1
commit 7d020c33b6
5 changed files with 5353 additions and 11 deletions

View File

@@ -825,6 +825,7 @@ export interface ApiChoralChoral extends Struct.CollectionTypeSchema {
'api::choral.choral'
> &
Schema.Attribute.Private;
logo: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
memberships: Schema.Attribute.Relation<
'oneToMany',
'api::choral-membership.choral-membership'