Skip to content

Commit 1c93b3e

Browse files
committed
Added pages.hide_title_and_feature_image to admin-api-schema
closes TryGhost/Product#3556 - adds new property to pages schema to allow passthrough of the value when adding/updating via API
1 parent a3dab13 commit 1c93b3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/admin-api-schema/lib/schemas/pages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@
126126
"format": "uri-reference",
127127
"maxLength": 2000
128128
},
129+
"hide_title_and_feature_image": {
130+
"type": "boolean"
131+
},
129132
"authors": {
130133
"$ref": "#/definitions/page-authors"
131134
},

0 commit comments

Comments
 (0)