diff --git a/src/api/page/content-types/page/schema.json b/src/api/page/content-types/page/schema.json index 670d1df..e159141 100644 --- a/src/api/page/content-types/page/schema.json +++ b/src/api/page/content-types/page/schema.json @@ -59,7 +59,7 @@ } }, "type": "string", - "unique": true, + "unique": false, "required": true, "maxLength": 40 }, diff --git a/types/generated/contentTypes.d.ts b/types/generated/contentTypes.d.ts index 299af79..e6cf65c 100644 --- a/types/generated/contentTypes.d.ts +++ b/types/generated/contentTypes.d.ts @@ -608,7 +608,6 @@ export interface ApiPagePage extends Struct.CollectionTypeSchema { }>; slug: Schema.Attribute.String & Schema.Attribute.Required & - Schema.Attribute.Unique & Schema.Attribute.SetPluginOptions<{ i18n: { localized: true;