Context
I 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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Som_Adobe
Please find below answer to your queries:
1. If the EDS Delivery Configurations are created & then the site is created using the site template, it will automatically open the AEM based authoring in the Universal Editor.
Point to Note - While developing with a local AEM SDK, Adobe’s Universal Editor Service can not be accessed from the internet. Reference https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev...
2. There is the file named "component-filters.json", which defines which particular components will be part of which section.
[{
"id": "main",
"components": [
"section"
]
},
{
"id": "section",
"components": [
"text",
"image",
"button",
"title"
]
}
]
Reference - https://github.com/adobe-rnd/aem-boilerplate-xwalk/blob/main/component-filters.json
3. There is no OOTB exporter available for exporting the content created for AEM based authoring directly like we have in AEM Sites. Only solution over here would be writting your own wrappers via servlets or anything else.
4. I would recommend opening the Adobe Support Ticket for the same and check for the security.
5. For the domain, you can either use Adobe Managed Fastly CDN or your own CDN and add the respective traffic rule.
Hope this helps!
Thanks
Hi @Som_Adobe
Please find below answer to your queries:
1. If the EDS Delivery Configurations are created & then the site is created using the site template, it will automatically open the AEM based authoring in the Universal Editor.
Point to Note - While developing with a local AEM SDK, Adobe’s Universal Editor Service can not be accessed from the internet. Reference https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev...
2. There is the file named "component-filters.json", which defines which particular components will be part of which section.
[{
"id": "main",
"components": [
"section"
]
},
{
"id": "section",
"components": [
"text",
"image",
"button",
"title"
]
}
]
Reference - https://github.com/adobe-rnd/aem-boilerplate-xwalk/blob/main/component-filters.json
3. There is no OOTB exporter available for exporting the content created for AEM based authoring directly like we have in AEM Sites. Only solution over here would be writting your own wrappers via servlets or anything else.
4. I would recommend opening the Adobe Support Ticket for the same and check for the security.
5. For the domain, you can either use Adobe Managed Fastly CDN or your own CDN and add the respective traffic rule.
Hope this helps!
Thanks
Thank you so much Shailesh for the detailed reply.
I have few follow up queries if you can kindly shed some light -
My client is already using a few sites on AEMaaCS. They wish to bring in few more on the platform, but now with EDS and UE and Document Based Authoring. As obvious, their existing sites are all based on Editable Templates & Sightly Components. I plan to instrument those components for Universal Editor. But -
Secondly, for the new sites, which I am planning to design with sections and blocks, how does the blocks coming from Word documents map to the blocks that we are creating on codebase so that once the pages are created using Document, I can edit them using Universal Editor ?
Thirdly, can there be mountpoints mapped as per page path ? Like /content/abc - mount from AEM Author, I need all changes on JCR for anything on and under this path, /content/xyz - mount File Drive, I need all changes to reflect on Word Doc.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies