0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/models/base/plugins
Ronald Langeveld 2bf4344a63
🐛 Fixed API excerpt field issue (#15005)
* 🐛 Fixed API excerpt field issue
ref https://github.com/TryGhost/Ghost/issues/10396

This fix now allows the API user to add field `excerpt` without the need for `plaintext` as format.
Also added new tests for these functions.
* Added new logic that takes `custom_excerpt` into account if all posts gets queried.
* Removed limits in excerpt & plaintext post.
* Updated snapshot.
2022-07-06 17:57:04 +02:00
..
actions.js
bulk-operations.js Added bulk destroy options (#14870) 2022-05-20 12:24:36 +02:00
crud.js 🐛 Fixed API excerpt field issue (#15005) 2022-07-06 17:57:04 +02:00
data-manipulation.js Added getLazyRelation model helper method (#14943) 2022-05-31 13:21:53 +02:00
events.js
filtered-collection.js
generate-slug.js replaced deprecated String.prototype.substr() (#14367) 2022-04-28 11:49:12 +01:00
overrides.js
raw-knex.js Added "contains" operator support to ?filter= query params (#14286) 2022-03-09 13:02:17 +00:00
relations.js Added getLazyRelation model helper method (#14943) 2022-05-31 13:21:53 +02:00
sanitize.js
user-type.js