patches v1.2.2 #6

Merged
jkeffects merged 6 commits from develop into main 2025-03-12 10:16:03 +00:00
2 changed files with 14 additions and 0 deletions
Showing only changes of commit 51e680ced8 - Show all commits
src
api/page/content-types/page
extensions/documentation/documentation/1.0.0

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