I am trying to create a multicomposite field with an RTE. The issue I am facing is that the rte is not retaining the previously authored values in dialog.
Please suggest some workaround for this issue .
Solved! Go to Solution.
Views
Replies
Total Likes
It does work - see pic:
What you need to do is follow this article -- Creating an AEM HTML Template Language 6.3 component that uses a Multifield
Make sure that you install the ACS-Commons as described in this article and get it working. THen you can add a RTE node in the dialog.
You will notice that the RTE data is stored in JSON under the page - as shown here:
I will attach a new package to the MF article that contains a working MF with A RTE.
Views
Replies
Total Likes
I am testing this use case this morning - I will post back my findings.
Views
Replies
Total Likes
It does work - see pic:
What you need to do is follow this article -- Creating an AEM HTML Template Language 6.3 component that uses a Multifield
Make sure that you install the ACS-Commons as described in this article and get it working. THen you can add a RTE node in the dialog.
You will notice that the RTE data is stored in JSON under the page - as shown here:
I will attach a new package to the MF article that contains a working MF with A RTE.
Views
Replies
Total Likes
Thanks you so much for the response. I tried this and it did work. I have one more query. I find that this stores values in JSON structure. Can we achieve this in NODE Store ?
Views
Replies
Total Likes
Thank you so much for the response. I tried this and it did work. I have one more query. I find that this stores values in JSON structure. Can we achieve this in NODE Store ?
Views
Replies
Total Likes
Yes, we can store in NODE structure, just add "acs-commons-nested=(String) NODE_STORE" property to field node(which has sling:resourceType: granite/ui/components/foundation/form/fieldset)
Views
Replies
Total Likes