I can edit the Title tag for an image asset inside the rich-text editor in Squidex Cloud. But there is no way I can edit the ALT tags. Any help is appreciated.
Environment
App Name:
- Cloud version
I can edit the Title tag for an image asset inside the rich-text editor in Squidex Cloud. But there is no way I can edit the ALT tags. Any help is appreciated.
App Name:
It is a missing feature. Simple as that …You could convert this to a feature request. In general I recommend to use markdown and then you could just convert the title to alt in your markdown renderer.
can u pls point me to the current source repo of this control so that we can make a custom editor out of it? if works then I can do a PR for u…
The editor is here: GitHub - Squidex/editor: Rich Text Editor for Squidex
You are looking to this one in particular: editor/lib/ui/TitleModal.tsx at master · Squidex/editor · GitHub