component enhancements
This commit is contained in:
parent
9c8037277f
commit
832994d13e
6 changed files with 133 additions and 126 deletions
2
types/generated/contentTypes.d.ts
vendored
2
types/generated/contentTypes.d.ts
vendored
|
@ -689,7 +689,7 @@ export interface ApiPagePage extends Struct.CollectionTypeSchema {
|
|||
createdAt: Schema.Attribute.DateTime;
|
||||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
Hero: Schema.Attribute.Component<'shared.hero', false> &
|
||||
hero: Schema.Attribute.Component<'shared.hero', false> &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue