Creating multifield property in EDS custom block | Community
Skip to main content
September 19, 2025
Solved

Creating multifield property in EDS custom block

  • September 19, 2025
  • 1 reply
  • 250 views

I'm working on a custom block that would accept multifield properties. I'm currently using list but won't work on my end. Is there any correct approach for this?

{ "id": "product-list", "fields": [ { "component": "text", "name": "headingText", "label": "Heading Text" }, { "component": "list", "name": "contentFragmentItems", "label": "Content Fragment Items", "fields": [ { "component": "aem-content-fragment", "name": "contentFragmentReference", "label": "Content Fragment Path" }, { "component": "text", "name": "linkText", "label": "Button Text" }, { "component": "aem-content", "name": "link", "label": "Link Path" } ] } ] }

code?

Best answer by HemanthSreenu

EDS currently doesn't support composite multifields. Although we can see the fields correctly on UE, the data is not being stored on nodes as expected. Please refer the below thread as well.
https://experienceleaguecommunities.adobe.com/t5/edge-delivery-services-questions/using-container-component-with-universal-editor-in-aem-sites/td-p/763907

1 reply

HemanthSreenu
HemanthSreenuAccepted solution
Level 2
September 22, 2025

EDS currently doesn't support composite multifields. Although we can see the fields correctly on UE, the data is not being stored on nodes as expected. Please refer the below thread as well.
https://experienceleaguecommunities.adobe.com/t5/edge-delivery-services-questions/using-container-component-with-universal-editor-in-aem-sites/td-p/763907