Expand my Community achievements bar.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Configure rte plugins at global level

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

Arun Patidar

AEM LinksLinkedIn

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

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

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 10

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

Avatar

Level 3

Thanks Arun, It worked with using super type.