diff --git a/src/api/page/content-types/page/schema.json b/src/api/page/content-types/page/schema.json index cd9925f..1ec3d28 100644 --- a/src/api/page/content-types/page/schema.json +++ b/src/api/page/content-types/page/schema.json @@ -24,6 +24,11 @@ "targetField": "identifier", "required": true }, + "ref_only_access": { + "type": "boolean", + "default": false, + "required": false + }, "hero": { "type": "component", "repeatable": false, diff --git a/src/extensions/documentation/documentation/1.0.0/full_documentation.json b/src/extensions/documentation/documentation/1.0.0/full_documentation.json index e639457..9cb4e43 100644 --- a/src/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/src/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -12733,6 +12733,9 @@ "slug": { "type": "string" }, + "ref_only_access": { + "type": "boolean" + }, "hero": { "$ref": "#/components/schemas/ItemsHeroComponent" }, @@ -12872,6 +12875,9 @@ "slug": { "type": "string" }, + "ref_only_access": { + "type": "boolean" + }, "hero": { "$ref": "#/components/schemas/ItemsHeroComponent" }, @@ -12989,6 +12995,9 @@ "slug": { "type": "string" }, + "ref_only_access": { + "type": "boolean" + }, "hero": { "$ref": "#/components/schemas/ItemsHeroComponent" },