[yoga-21] footer.component.tsx add editable image

This commit is contained in:
Roland Schneider
2025-08-26 22:07:19 +02:00
parent a3e57f295f
commit f1069f3124
13 changed files with 55 additions and 3 deletions

View File

@@ -1593,6 +1593,7 @@ export interface ApiYogaFooterYogaFooter extends Struct.CollectionTypeSchema {
'api::yoga-footer.yoga-footer'
> &
Schema.Attribute.Private;
logo: Schema.Attribute.Media<'images' | 'files'>;
name: Schema.Attribute.String;
publishedAt: Schema.Attribute.DateTime;
quickLinksHeader: Schema.Attribute.String;