Universal Editor RTE – Link Target Option Not Showing for Franklin Text Component
Hi Team ,
We are trying to enable the “Open in new tab / Same tab” option in the Universal Editor RTE hyperlink dialog for the EDS Franklin text component (core/franklin/components/text/v1/text).
We added the following configuration based on Adobe documentation:
"rte": { "plugins": { "link": { "features": { "target": true } } }, "actions": { "link": { "hideTarget": false } } }
However, the hyperlink dialog still only shows:
- Text
- Path or URL
- Title
and the target selection option is not displayed. Could you please confirm whether link target selection is currently supported for the Franklin text component in Universal Editor, or if any additional configuration/customization is required?