I have create a custom RTE component with my own set of plugins in AEM 6.3. It works when used on a page.
Now I have a requirement top use text component in dialog where I want reuse my RTE component
Referred this blog for using default text component.
I tried to use my component by writing the below code in cq_dialog xml but it doesn't work
<description
jcr:primaryType="nt:unstructured"
sling:resourceType="/apps/my-project/components/general/text/cq:dialog/content/items/text/items/column/items/text"
fieldLabel="Description"
required="{Boolean}true"
name="./description">
<rtePlugins
jcr:primaryType="nt:unstructured"
sling:resourceSuperType="/apps/my-project/components/general/text/cq:dialog/content/items/text/items/column/items/text/rtePlugins"/>
<uiSettings
jcr:primaryType="nt:unstructured"
sling:resourceSuperType="/apps/my-project/components/general/text/cq:dialog/content/items/text/items/column/items/text/uiSettings"/>
</description>
Any suggestions ?
Solved! Go to Solution.
Views
Replies
Total Likes
@Vinit_Pillai
Use
sling:resourceSuperType="/apps/..../text/cq:dialog/content/items/text/items/column/items/text" sling:resourceType="cq/gui/components/authoring/dialog/richtext"
@Vinit_Pillai
Use
sling:resourceSuperType="/apps/..../text/cq:dialog/content/items/text/items/column/items/text" sling:resourceType="cq/gui/components/authoring/dialog/richtext"
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies