0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Removed v0.1 TODO for {{excerpt}} helper

no issue

- The general "revisit" of of this helper might happen in the future but has nothing critical to do with shipping v3 or dropping v0.1 support
This commit is contained in:
Nazar Gargol 2019-09-17 17:16:36 +02:00
parent a2ebee3f4e
commit a43ff6f639

View file

@ -16,8 +16,6 @@ var proxy = require('./proxy'),
* Content API v2 returns a calculated `post.excerpt` field.
* See https://github.com/TryGhost/Ghost/issues/10062.
* We have not touched this helper yet, we will revisit later.
*
* @TODO: remove or change if we drop v0.1
*/
module.exports = function excerpt(options) {
var truncateOptions = (options || {}).hash || {},