Issue with EDS block in universal editor | Community
Skip to main content
April 10, 2025
Solved

Issue with EDS block in universal editor

  • April 10, 2025
  • 1 reply
  • 665 views

Hi @16227148


I have created an EDS block named "articles" and included the required fields in the _articles.json file (please find the attached Doc file for reference of json). There is a requirement to add child items to the article block, and I’ve already added the necessary fields in the model as well.
Everything works fine during local development. After merging the code to the main branch and deploying it to the cloud environment, I enabled the block for drag-and-drop. After dragging and dropping the article block, I was able to add a child item to it. However, although the item is being added in CRXDE, it is not visible in the UI.
Has anyone faced a similar issue or knows what might be causing this?
I’m not seeing any errors in the logs, but I do see a "component ID must be unique" error in the browser console. I’ve checked our codebase and don’t see any hardcoded or manually assigned unique IDs.


This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi @kondisr 

Could you please check and compare your implementation with exl accordion component e.g. 

https://github.com/adobe-experience-league/exlm/blob/3523f5c0528bf648325873a1593f3972fe9aa9be/component-definition.json#L246 

 

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
April 10, 2025

Hi @kondisr 

Could you please check and compare your implementation with exl accordion component e.g. 

https://github.com/adobe-experience-league/exlm/blob/3523f5c0528bf648325873a1593f3972fe9aa9be/component-definition.json#L246 

 

Arun Patidar
April 11, 2025

Thanks @arunpatidar