add footer info
This commit is contained in:
parent
ace7619b59
commit
9c93d46c47
2 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,9 @@
|
|||
"relation": "oneToMany",
|
||||
"target": "api::mosaic-item.mosaic-item"
|
||||
},
|
||||
"footer_info": {
|
||||
"type": "blocks"
|
||||
},
|
||||
"seo": {
|
||||
"type": "component",
|
||||
"component": "global.seo",
|
||||
|
|
|
|||
1
types/generated/contentTypes.d.ts
vendored
1
types/generated/contentTypes.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue