So, after following Adobe's tutorial on https://www.aem.live/developer/tutorial, we are ready to work on this on production.Here's what we have done, not sure if this is correct, but this is it.1. Create private repo from "use this template" feature found in https://www.aem.live/developer/tutorial2....
I went through the tutorial, https://www.aem.live/developer/tutorial, and the tutorial has us share a folder to helix@adobe.com. Is this the same process on production?On the development documentation, it also says our github needs to be public and URLs are produced, https://<branch>--<repo>--<owner...
I wanted to create a site "pocfeature2site" using "create site config" Admin API. In Payload, I have mentioned the content as follows : "content": { "source": { "url": "https://author-blabla-.adobeaemcloud.com/bin/franklin.delivery/%7Borgname%7D/pocfeature2site/poc-feature2", "type": "markup", "suff...
My client is already having a few sites on AEM as a Cloud Service platform. They wish to bring in few more sites now on to the platform, but with EDS and UE features enabled along with Document Based Authoring. As obvious, their existing sites are all based on Editable Templates & Sightly Components...
ContextI want to implement Universal Editor and Edge Delivery Services for our client who is using AEM as a Cloud Service. I am new to EDS and UE and have a few queries when it comes to implementing these on a real delivery project. Queries On my local AEMaaCS SDK, I copy the link of a page in "View...
I am Trying to create module with swiper in EDS. HTML part i have done. But adding Custom Java script for the module and Swiper library is triggering error. Can anyone guide me how to add swiper and custom JS for my module in Edge Delivery service.
I want to leverage the repo less approach for my new EDS cross walk project, where four developers will be working collaboratively. Each developer will create their own feature branch in GitHub. Before merging their changes into the dev branch, they need to test their individual features separately...
Hey guys,I recently evaluated the Lighthouse SEO scores for my published EDS (Edge Delivery Service) website and noticed that the SEO score was quite low. To better understand the issue, I also checked the boilerplate SEO score, and it appears to be low as well.I’ve already ensured that metadata is ...
Is there any official Adobe documentation on working with a repoless setup for XWalk projects? Specifically, I want to use a single repository while managing different content sources for various feature branches. Is there any guide that explains handling multiple branches and multiple content sourc...
I have created an EDS site using the "AEM Site with Edge Delivery Services Template 0.0.16" and set up configurations and headers within it. The paths JSON file in the repository has the necessary mappings. I can access the Helix config via main--**.aem.page/config. json, but any updates made and re...