Hi Lokesh,I saw that the value is being stored as a json object of all
the fields in each multifield group. However what if we don't want to
force to store JSON? I want each of those fields to be stored as an
individual array. Example if field1 and field2 are forming a multifield,
then in crx I want it to be saved as field1 -- > field1Val1,field1Val1 &
field2 -- > field2Val1,field2Val1if i remove the inclusion of that js,
then i see in backend it gets saved I said above but then the authoring
in...