- Issue created by @sakthi_dev
- Merge request !109Update the Content source to fetch the max length of media fields → (Open) created by sakthi_dev
- 🇯🇵Japan dc-kinoshita
We are facing the same problem with alt text in all images.
Setting a validation is good idea, but preventing such cases is good too.
In general,maxwidth
attribute is being send to notify about length restrictions, but I believe that in case of alt text the data structure is different.
It leads to the behavior when themaxwidth
is not being sent in the xliff.If possible, it might be a good idea to modify the source code so it would send
maxwidth
for alt text too.