|
|
@@ -517,7 +517,12 @@ export interface ApiPagePage extends Struct.CollectionTypeSchema {
|
|
|
Schema.Attribute.Private;
|
|
|
locale: Schema.Attribute.String;
|
|
|
localizations: Schema.Attribute.Relation<'oneToMany', 'api::page.page'>;
|
|
|
- path: Schema.Attribute.String;
|
|
|
+ path: Schema.Attribute.String &
|
|
|
+ Schema.Attribute.SetPluginOptions<{
|
|
|
+ i18n: {
|
|
|
+ localized: true;
|
|
|
+ };
|
|
|
+ }>;
|
|
|
publishedAt: Schema.Attribute.DateTime;
|
|
|
Title: Schema.Attribute.String &
|
|
|
Schema.Attribute.SetPluginOptions<{
|