Ghost/ghost/admin/app/serializers
Kevin Ansfield e97532c475 🐛 Fixed validation error when saving pages in admin area
refs https://github.com/TryGhost/Team/issues/998

- posts have a new `email_only` property for an alpha feature but that is not a valid property for pages
- our pages model and serializers currently inherit from the post model/serializer so when saving the new property is triggering a "no additional properties" validation error
- updating the pages serializer to remove the new property means the pages add/edit API requests are valid again
2021-08-17 17:19:29 +01:00
..
action.js
api-key.js
application.js
email-recipient.js
email.js
integration.js
invite.js
label.js
member.js
notification.js
page.js 🐛 Fixed validation error when saving pages in admin area 2021-08-17 17:19:29 +01:00
post.js
role.js
setting.js
tag.js
theme.js
user.js
webhook.js