@RVSINGH42 - I got it from the example mentioned in this documentation.https://experienceleague.adobe.com/en/docs/experience-manager-learn/sites/edge-delivery-services/developing/universal-editor/5-new-block#block-definition
Hey @SrinivasuKo, We ran into issues with this structure. UI was fine, we were seeing multi fields but the data is not being stored as expected. Upon further debugging, got to know that composite multifield is not supported currently in EDS.
You can add the property name and value under template section in the definitions. Like below. {
"title": "Button",
"id": "button",
"plugins": {
"xwalk": {
"page": {
"resourceType": "core/franklin/compone...
Hi @sofiyans8042875 , Although I'm still working on the JS, I was able to get the dialog structure. Adding the reference link as well. Good luck! https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/field-types{"component": "con...