Displaying values of Multifieldpanel component
I have created a multifieldpanel component where the values are getting stored in below json format:
with the name :definitions
{"node1":"hello","node2":"textarea1"}
How can i print the key(node1,node2) and values(hello,textarea1) separately. I am using sightly with JavaScript-use API.
Thanks
Akshita
