0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/services
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
..
adapter-manager
auth Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
bulk-email Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
email-analytics Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
invitations
invites Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
jobs Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
mail Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
mega Added feature_image_{alt/caption} to the v4 posts API 2021-07-01 10:53:55 +01:00
members Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
notifications Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
permissions
public-config Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
route-settings Moved route settings to new server service 2021-06-30 10:58:33 +01:00
settings Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
themes Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
webhooks Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00
labs.js Added feature_image_{alt/caption} to the v4 posts API 2021-07-01 10:53:55 +01:00
limits.js
oembed.js
slack.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
users.js 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
xmlrpc.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00