Hi folks,
I am Working in AEM 6.5 . My requirement is to add the Anchor tag in RTE. I have installed the latest configuration file(core.wcm.components.config-2.15.2.)
Anchor plugin is showing in the edit mode dialog.
Included the anchor toolbar under UI settings ->cui->inline->in toolbar : links #anchor
But adding the anchor tag in the plugin, the tag is not getting created. Did I miss anything as a part of anchor Tag functionalities.
Help would be much appreciated. Thanks in advance.
Views
Replies
Total Likes
Hi @Bhavani_B,
Thanks Vijayalakshmi_S ,
For this confirmation. Adding anchor tag in the above way will not work for static templates. So we need to explicitly add the anchor tag JS files to achieve the requirement right.
Please refer to the following URL to get more details on enabling Anchor - https://youtu.be/EVXOqv6b3lU
Regards
Albin I
Hi @Bhavani_B,
Anchor feature is available as part of Link Plugin OOTB. (No need of any JS) The way the plugin is activated is through Policy for core Text components in Editable templates.
Given that you are using static templates, you cannot make use of Core Text component/your custom project component cannot inherit from Core Text component.
The way forward is to make your project text component inherit from /libs/wcm/foundation/components/text and override the cq:dialog and cq:editConfig with all desired plugins and uiSettings.
Please update this thread if you have issues enabling plugin this way.
is appended on click of anchor/Jump icon in the RTE. This issue is solved once the useFixedInlineToolbar Property is added in the dialog/component.
Appreciate your suggestions.
Views
Likes
Replies
Views
Likes
Replies
Views
Like
Replies