Expand my Community achievements bar.

AEM 6.4 - cqinclide is not working in touch UI

Avatar

Level 3

In AEM 6.4, I am trying to inherit uiSettings and rtePlugins node from text component with granite/ui/components/foundation/include component. I just added below two properties but this is not doing anything and no change happened on dialog either. I also tried with .json and infinity.json since I wanted to get all nodes inside uiSettings/rtePlugins but no luck. Could anyone come across with same issue?

uiSettings - Name of the node with nt:unstructured

sling:resourceType - granite/ui/components/foundation/include

path - /apps/myproject/components/content/text/cq:dialog/content/items/text/items/column/items/text/uiSettings

rtePlugins - Name of the node with nt:unstructured

sling:resourceType - granite/ui/components/foundation/include

path - /apps/myproject/components/content/text/cq:dialog/content/items/text/items/column/items/text/rtePlugins

1 Reply