mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 10:21:36 +03:00
517d2abc5c
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 |
||
---|---|---|
.. | ||
input | ||
output | ||
index.js |