When a user creates a post with a photo, no user interface is presented to enter an Alternative text for the image.
This is a great lean solution to make it as easy as possible for the user to publish pictures.
Instead the filename is used to fill the Alternative text. This happens without taking care, if an Alternative text exists or not. Usually there cant be any text, because no UI exists to fill it in. But what, if a service has already created a better Alternative text?
It would be great to have a simple check for it before overwriting.
Comments
Comment #2
slowflyer commentedHere is the patch.
This would help to reach greater goals. (https://www.drupal.org/node/2919743)
Comment #3
slowflyer commentedSee: https://github.com/goalgorilla/open_social/pull/648
Comment #4
slowflyer commentedChanged the final patch a little.
Comment #5
maikelkoopman commentedThis will be part of Release 1.8.