In this blog, I will explain how can we enable source edit plugin in RTE component in AEM.
To add Source Edit plugin in RTE component, we have to create a node named asrtePlugins under richtext node having jcr : primaryType=nt: unstructured. Under this we have to create a node named as misctools having property features= *.
Let's see it with an example-
I produced a description node of typerichtext and below this node I created a rtePlugins node as shown in figure.
Now I produced a node belowrtePlugins node named as misctools with the property features=* as shown in figure.
Now when I opened the dialog I found an icon of Source Edit plugin like this-
Be Happy
To add Source Edit plugin in RTE component, we have to create a node named as
Let's see it with an example-
I produced a description node of type
Now I produced a node below
Now when I opened the dialog I found an icon of Source Edit plugin like this-Be Happy


No comments:
Post a Comment