Hi,
I have a multifield in AEM 6.4(referring
granite/ui/components/coral/foundation/form/multifield).
I want to save a JSON property as "Items" : {"language":"/content/languages/english","textText":"temp","emptytext":"jkjkjkjk"}
By default in aem 6.4 its storing these as nodes, which will lead me to a code change at many places.
Any way round there so that it still stores in JSON format instead of nodes.
Note: already tried
acs-commons-nested="JSON_STORE" but not working in 6.4.
acs-commons-nested="JSON_STORE"