change: deny page direct access
This commit is contained in:
parent
75025e81da
commit
51e680ced8
2 changed files with 14 additions and 0 deletions
|
@ -24,6 +24,11 @@
|
|||
"targetField": "identifier",
|
||||
"required": true
|
||||
},
|
||||
"ref_only_access": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"required": false
|
||||
},
|
||||
"hero": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue