0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/helpers
Katharina Irrgang 30a0b1794a
Added calculated excerpt field to Content API v2 (#10326)
closes #10062

- return `post.excerpt` for Content API v2
- do not use `downsize`, because we might want to get rid of it if we drop v0.1 (downsize does not create good excerpts)
- simple substring of the plaintext field
2019-01-04 19:00:45 +01:00
..
tpl 🎨 Added additional parameters to subscribe_form and input_email helpers (#9820) 2018-08-30 17:17:27 +01:00
asset.js
author.js
authors.js
body_class.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
content.js
date.js
encode.js
excerpt.js Added calculated excerpt field to Content API v2 (#10326) 2019-01-04 19:00:45 +01:00
facebook_url.js
foreach.js
get.js Added plugin based author and public tag models in API v2 (#10284) 2019-01-03 20:30:35 +01:00
ghost_foot.js
ghost_head.js 🐛Disallowed indexing of preview pages (#9762) 2018-09-17 11:29:47 +02:00
has.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
img_url.js Added size attribute support to img_url helper (#10182) 2018-12-13 19:14:08 +07:00
index.js
is.js
lang.js
meta_description.js
meta_title.js
navigation.js Switched to using safe string for navigation slug (#10267) 2018-12-13 12:30:56 +00:00
page_url.js
pagination.js
plural.js
post_class.js
prev_next.js Updated blog site components to respect the api version 2018-10-18 19:41:07 +02:00
proxy.js
reading_time.js
register.js
t.js
tags.js
template.js
title.js
twitter_url.js
url.js
utils.js