Hey @sarav_prakash , thanks for the reply!That's an interesting approach — using React with the Universal Editor sounds promising. Do you happen to have a repo I could look at to better understand the structure and implementation? Would love to dig into how you've set it up.
Hi all,I'm working with Adobe Edge Delivery Services using the Universal Editor, and I'm trying to achieve a specific DOM structure for a block that outputs label + value pairs. I want each field in my block (e.g., Title, Subtitle, CTA Label, Link) to render like this:<div>
<div>
<p>Title</p>
<...
Hi everyone, I'm encountering a popup every time I open an EDS page in AEM Cloud. The popup message is as follows: Title: Outdated Package DetectedDescription: We've detected that the integration of the @adobe/universal-editor-cors package is outdated. Please contact your technical team to migrate t...
Hey everyone, i was going the adobe universal editor documentation and component below configuration:{"groups":[{"title":"General Components","id":"general","components":[{"title":"Text","id":"text","model": "text","filter": "texts","plugins":{"aem":{"page":{"resourceType":"wknd/components/text","te...
I’m trying to implement tags in Adobe Edge Delivery Services (EDS) with the Universal Editor and I’m running into some challenges.Questions:How does EDS handle metadata like tags within the Universal Editor?Is there a recommended way to store and retrieve tags dynamically?Are there any best practice...
Hey @AmitVishwakarma , thanks for your help!I tried, but it's still not working. If it's okay, could you share a dummy JSON structure for adding a content fragment in EDS with the Universal Editor?
I am trying to implement a Content Fragment in Edge Delivery Services (EDS) using the Universal Editor. I have created a Content Fragment with the following definition and model JSON: {
"definitions": [
{
"title": "Content Fragments",
"id": "aem-content-fragment",
"plugins": ...