Ghost/core/server/api/canary/utils/serializers
Kevin Ansfield 517d2abc5c Added feature_image_{alt/caption} to the v4 posts API
refs https://github.com/TryGhost/Team/issues/839

It's now possible to set alt and caption for post feature images using `feature_image_alt` and `feature_image_caption` fields on a post resource.

- `feature_image_alt` - plain text, limited to 191 chars (alt text is not recommended to be longer than 125 chars, screen readers may cut the description off at that point)
- `feature_image_caption` - basic HTML, limited to 65535 chars

Alt and caption will be automatically used inside of newsletter content, for your website content make sure your theme is updated to use the v4 API and make use of the new properties.

---

- removed `featureImageMeta` labs flag
2021-07-01 10:53:55 +01:00
..
input Added feature_image_{alt/caption} to the v4 posts API 2021-07-01 10:53:55 +01:00
output Added feature_image_{alt/caption} to the v4 posts API 2021-07-01 10:53:55 +01:00
index.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30