- ๐จ๐ฆCanada bisonbleu
The latest patch, although it applied without issues, only partially worked.
It correctly updated the Format ยป Settings form where the field mapping is done; but the code that fetched and setsd the Alt Text (TimelineJS.php) was simply copied from other fields, e.g. Credit, Caption, which are regular node fields.
But a Media Image field is an entity reference field, and the Alt text lives 3 levels deeper. So I refactored that part with an alt_text_retriever service.
Note -- When setting up the view, the Format ยป Settings ยป Media Alt Text field mapping expects a proper media ID.