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",
"required": true
},
"ref_only_access": {
"type": "boolean",
"default": false,
"required": false
},
"hero": {
"type": "component",
"repeatable": false,

View file

@ -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"
},