Skip to content

Commit

Permalink
Added pages.hide_title_and_feature_image to admin-api-schema
Browse files Browse the repository at this point in the history
closes TryGhost/Product#3556

- adds new property to pages schema to allow passthrough of the value when adding/updating via API
  • Loading branch information
kevinansfield committed Jul 5, 2023
1 parent a3dab13 commit 1c93b3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/admin-api-schema/lib/schemas/pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@
"format": "uri-reference",
"maxLength": 2000
},
"hide_title_and_feature_image": {
"type": "boolean"
},
"authors": {
"$ref": "#/definitions/page-authors"
},
Expand Down

0 comments on commit 1c93b3e

Please sign in to comment.