0.13.7 : add logo to choral
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 16m39s

This commit is contained in:
2026-04-06 00:10:27 +02:00
parent b0db6a5ddf
commit 1a3ea9e0c1
4 changed files with 368 additions and 3 deletions

View File

@@ -401,6 +401,7 @@ export interface ApiAdAd extends Struct.CollectionTypeSchema {
localizations: Schema.Attribute.Relation<'oneToMany', 'api::ad.ad'> &
Schema.Attribute.Private;
location: Schema.Attribute.Text;
logo: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
medias: Schema.Attribute.Media<
'images' | 'files' | 'videos' | 'audios',
true