schema and populate

This commit is contained in:
Julian Krauser 2024-11-01 14:14:55 +01:00
parent 1943224f33
commit 9c8037277f
4 changed files with 35 additions and 20 deletions

View file

@ -690,7 +690,6 @@ export interface ApiPagePage extends Struct.CollectionTypeSchema {
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Hero: Schema.Attribute.Component<'shared.hero', false> &
Schema.Attribute.Required &
Schema.Attribute.SetPluginOptions<{
i18n: {
localized: true;