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.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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
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
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
Views
Replies
Total Likes
Try with this TouchUI_RTE_customizeA.zip package available in https://helpx.adobe.com/experience-manager/using/touchUI_RTE_configure.html
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies