add footer info

This commit is contained in:
nicwands 2026-07-03 15:37:10 -04:00
parent ace7619b59
commit 9c93d46c47
2 changed files with 4 additions and 0 deletions

View file

@ -24,6 +24,9 @@
"relation": "oneToMany",
"target": "api::mosaic-item.mosaic-item"
},
"footer_info": {
"type": "blocks"
},
"seo": {
"type": "component",
"component": "global.seo",

View file

@ -454,6 +454,7 @@ export interface ApiGlobalGlobal extends Struct.SingleTypeSchema {
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
footer_info: Schema.Attribute.Blocks;
header_copy: Schema.Attribute.Blocks;
header_dl: Schema.Attribute.Component<'global.descriptive-list', true>;
locale: Schema.Attribute.String & Schema.Attribute.Private;