Hi,
I have added some custom plugins in richtext-editor for font color and font-weight. I want the rte plugins to be configured at one place so that when i use it any component, I don't have to add rteplugins node there also.
Is it possible to have rte plugins configured at one global place and we can use it from there for all components?
Regards,
Priya
Solved! Go to Solution.
Views
Replies
Total Likes
Hi All,
I think you can do it with inheritance(sling:resourceSuperType)
you can check below , it will help.
AEM Touch UI RTE common rtePlugins configuration - Stack Overflow
How to Architect a RTE Solution for AEM Touch UI Dialog
Thanks
Arun
Views
Replies
Total Likes
Hi All,
I think you can do it with inheritance(sling:resourceSuperType)
you can check below , it will help.
AEM Touch UI RTE common rtePlugins configuration - Stack Overflow
How to Architect a RTE Solution for AEM Touch UI Dialog
Thanks
Arun
Views
Replies
Total Likes
As Arun points out - only way is to use inheritance. Typically RTE plug-ins are set in the JCR node structure for a specific dialog - as shown here: Configuring Experience Manager Rich Text Editor Plugins in a Touch UI Component Dialog
Views
Replies
Total Likes
Thanks Arun, It worked with using super type.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies