Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Source Edit pluggin is not working in the RTE component that I created.

Avatar

Level 2

I have followed the available guidelines to add source edit in RTE by adding a property 'misctools' and adding the value in 'inline' nodes. Still I can't see the SourceEdit functionality. What could I be missing? 

 

Thanks. 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 8

Hi @zameer_abbas 

Can please cross check whether you have included "misctools#sourceedit" in toolbar property list, adding this will enable source edit option. if you have already included this & still if its not visible then please share dialog.xml screenshot/code snippet.

 

<uiSettings jcr:primaryType="nt:unstructured">
<cui jcr:primaryType="nt:unstructured">
<inline
jcr:primaryType="nt:unstructured"
toolbar="[format#bold,misctools#sourceedit]">
<popovers jcr:primaryType="nt:unstructured">
</popovers>
</inline>
<dialogFullScreen
jcr:primaryType="nt:unstructured"
toolbar="[format#bold,misctools#sourceedit]">
<popovers jcr:primaryType="nt:unstructured">
</popovers>
</dialogFullScreen>
</cui>
</uiSettings>

 

-Manjunath

View solution in original post

4 Replies

Avatar

Correct answer by
Level 8

Hi @zameer_abbas 

Can please cross check whether you have included "misctools#sourceedit" in toolbar property list, adding this will enable source edit option. if you have already included this & still if its not visible then please share dialog.xml screenshot/code snippet.

 

<uiSettings jcr:primaryType="nt:unstructured">
<cui jcr:primaryType="nt:unstructured">
<inline
jcr:primaryType="nt:unstructured"
toolbar="[format#bold,misctools#sourceedit]">
<popovers jcr:primaryType="nt:unstructured">
</popovers>
</inline>
<dialogFullScreen
jcr:primaryType="nt:unstructured"
toolbar="[format#bold,misctools#sourceedit]">
<popovers jcr:primaryType="nt:unstructured">
</popovers>
</dialogFullScreen>
</cui>
</uiSettings>

 

-Manjunath

Avatar

Level 2

Hi @manjunath
Thanks for the help. I tried by adding the properties as well. But then I recreated dialog using      https://helpx.adobe.com/experience-manager/using/touchUI_RTE_configure.html and it worked.

 

Regards,

Zameer