Multifield value storage issue in AEM 6.4
Hi,
We are working on AEM 6.4. We have multifield, nested multifiled component and we want to store all multifield values in JSON format.
Example:
{"description":"40k+","title":"PARTICIPANTS"}{"description":"60k+","title":"PARTICIPANTS"}
We tried with coral multifield but this saves values as nodes, which we are not looking for.
we tried using granite multifield, with acs-commons-nested property, but this also doesn't save values as JSON in 6.4. Its storing values as separate properties. Tried the below example:
Creating a Granite/Coral 6.3 Multifield HTL component for Adobe Experience Manager
Can you please suggest some solution for this.
Regards,
Tabassum
