I am using Google Docs to manage content in EDS, I am wanting to 'Insert Link' to other documents in the Google Drive, that will be converted to a proper external link at preview and publish. However, when I preview the document the link does not get converted to the externally rendered URL but stay...
I'm trying to create a property field ("text") inside my block. However, the field did not render as expected. Is there something missing from my json file?{ "definitions": [ { "title": "Credit Cards", "id": "credit-cards", "plugins": { "xwalk": { "page": { ...
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 T...
I'm currently working on an x-walk EDS project. One of our customer's requirements is a tab block that can serve as a container for any type of block within the project.However, we soon realized that EDS generally only allows a single level of nesting. We found a document that suggests customizing s...
I already have a site running on AEM Cloud that was created a couple of years ago using the standard author and publisher flow. The site has multiple pages that are working fine.Now I want to integrate and utilize Edge Delivery Services (EDS) with this existing site and its pages.I have already gone...
Hi,I’m working in a document-based authoring environment where content is managed through structured documents (possibly XML or JSON via an Enterprise Data Store). I need to fetch the placeholder text for an email input field dynamically from the EDS document and display it in a web form (as shown i...
I’m running into an issue with the multifield container in AEM Universal Editor. When I try to reorder items, instead of simply moving them, a duplicate entry is created. To reproduce:I have three tabs defined (tab1, tab2, tab3).When I drag tab3 to the second position, the result is: tab1, tab3, tab...
Hello,I'm currently working on a project using X-walk and the Universal Editor and have a question regarding how sheets are handled.Does the Experience Delivery Service (EDS) support only one sheet per type (e.g., taxonomy, metadata) for an entire project? When I try to create mappings for a second ...
I’m currently using the Universal Editor in AEM Sites.I have a select component that determines which layout to use.When I switch to the "Six-grid layout", a container component appears, allowing the user to add multiple items inside it.At this point, I’m not using any custom JavaScript or CSS.My is...