change: deny page direct access

This commit is contained in:
Julian Krauser 2025-02-19 13:40:46 +01:00
parent 75025e81da
commit 51e680ced8
2 changed files with 14 additions and 0 deletions

View file

@ -24,6 +24,11 @@
"targetField": "identifier", "targetField": "identifier",
"required": true "required": true
}, },
"ref_only_access": {
"type": "boolean",
"default": false,
"required": false
},
"hero": { "hero": {
"type": "component", "type": "component",
"repeatable": false, "repeatable": false,

View file

@ -12733,6 +12733,9 @@
"slug": { "slug": {
"type": "string" "type": "string"
}, },
"ref_only_access": {
"type": "boolean"
},
"hero": { "hero": {
"$ref": "#/components/schemas/ItemsHeroComponent" "$ref": "#/components/schemas/ItemsHeroComponent"
}, },
@ -12872,6 +12875,9 @@
"slug": { "slug": {
"type": "string" "type": "string"
}, },
"ref_only_access": {
"type": "boolean"
},
"hero": { "hero": {
"$ref": "#/components/schemas/ItemsHeroComponent" "$ref": "#/components/schemas/ItemsHeroComponent"
}, },
@ -12989,6 +12995,9 @@
"slug": { "slug": {
"type": "string" "type": "string"
}, },
"ref_only_access": {
"type": "boolean"
},
"hero": { "hero": {
"$ref": "#/components/schemas/ItemsHeroComponent" "$ref": "#/components/schemas/ItemsHeroComponent"
}, },