We are using Universal Editor with Edge Delivery Service, I would like to know how to customise the OOTB text styles available in Text Default content type. For this particular example I would like to add more options to add alignments. It's not possible to apply any customisations inside RTE field...
We are in the process of migrating our large and complex site from AEM as cloud service to EDS. One thing we wanted to check is if we can serve our content from localhost instead of relying on a cloud instance since we have multiple developers doing lot of POC's and research stories. Is it possible ...
Hi all,I am not able to open the admin console in da.live, even after I have logged in adobe via google(I use the same with sandbox). After going through the documentation, I came to know I need a adobe ID (aka IMS) for this purpose. Does anyone know how can I generate the adobe ID or IMS. We do hav...
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...