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",
|
"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,
|
||||||
|
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue