0.12.17 : change ad feature
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 7m25s

This commit is contained in:
2026-01-15 09:38:47 +01:00
parent 34a4f594ce
commit 1186463e11
6 changed files with 391 additions and 56 deletions

View File

@@ -400,7 +400,11 @@ export interface ApiAdAd extends Struct.CollectionTypeSchema {
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<'oneToMany', 'api::ad.ad'> &
Schema.Attribute.Private;
location: Schema.Attribute.Component<'address.full-address', false>;
location: Schema.Attribute.Text;
medias: Schema.Attribute.Media<
'images' | 'files' | 'videos' | 'audios',
true
>;
publishedAt: Schema.Attribute.DateTime;
title: Schema.Attribute.String;
updatedAt: Schema.Attribute.DateTime;