0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/api/v2/utils
Kevin Ansfield 5a7356de5b 🐛 Fixed excerpt property being missing if plaintext is NULL or ""
closes https://github.com/TryGhost/Ghost/issues/10558
- added conditional to explicitly set `excerpt` to `null` in the API output serializer when a post has no `plaintext` or `custom_excerpt` value
2019-03-04 14:30:26 +00:00
..
serializers 🐛 Fixed excerpt property being missing if plaintext is NULL or "" 2019-03-04 14:30:26 +00:00
validators Stripped "excerpt" and "plaintext" from API v2 schema 2019-02-26 09:07:14 +01:00
index.js Reverted & Solved apiType differently 2019-02-26 08:33:10 +01:00
permissions.js Added settings ctrl to v2 2018-10-12 21:13:20 +02:00