i want to use same RTE Plugins and Ui Settings in touch Ui dialog and in-place editing. It's working on individual component level but the same is not working when configured as page properties.
- <text
- jcr:primaryType="nt:unstructured"
- sling:resourceType="cq/gui/components/authoring/dialog/richtext"
- fieldLabel="Text"
- name="./text">
- <rtePlugins
- jcr:primaryType="nt:unstructured"
- sling:resourceSuperType="/apps/blog/dialogs/standardRTE/rtePlugins"/>
- <uiSettings
- jcr:primaryType="nt:unstructured"
- sling:resourceSuperType="/apps/blog/dialogs/standardRTE/uiSettings"/>
- </text>
what i see the OTB functionality of richtext editor but not able to load the custom property. what i see is
![1754755_pastedImage_0.png 1754755_pastedImage_0.png](/t5/image/serverpage/image-id/17715i1394B9740A357114/image-size/large?v=v2&px=999)
and what i expected is
![1754759_pastedImage_1.png 1754759_pastedImage_1.png](/t5/image/serverpage/image-id/17716iB11850C0C0A6E338/image-size/large?v=v2&px=999)
Do i need to design it differently when i use the RTE with page property/Template. However it works fine when i copy the rtePlugins and uiSettings node inside text field but that i don't want. i want to put rtePlugins and uiPlugins list at one place and re-use it every where