Is there some way to configure the Rich Text Editor (RTE) to accept the Alternate Text (alt) attribute for an image added to the text? The CQ.form.rte.plugins.ImagePlugin seems to only support alignment of the image.
I'm working on custom component which uses the RTE. It replaces a legacy component which uses the rich text editor, ckeditor, to perform this function. This component essentially replaces the stock "Text" and "Text & Image" components with a single one.
I figured this would be easy by taking the rich text editor then adding the Image plug-in (see http://dev.day.com/docs/en/cq/current/administering/configuring_rich_text_editor.html). This works fine, except for the one sorely missed feature--we can't add the "alt" text for the image. It seems like a feature that should already be part of the plug-in. Does anyone know if it is, and how to turn it on?
If it isn't available, has anyone implemented the feature already and willing to share?