I am following the article for Local AEM Development with the Universal Editor.
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev...
Where do I need to add a meta tag return in the step?
<meta name="urn:adobe:aue:config:service" content="https://localhost:8000">
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
We need to add in page which we want to edit or we can add in template / index so it will be available in all page.
You may have a look https://www.youtube.com/watch?v=eW5j3rl2FY0
or https://www.youtube.com/watch?v=COfvk_4ULi8
You may find detailed steps https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev...
Thanks
Hi,
We need to add in page which we want to edit or we can add in template / index so it will be available in all page.
You may have a look https://www.youtube.com/watch?v=eW5j3rl2FY0
or https://www.youtube.com/watch?v=COfvk_4ULi8
You may find detailed steps https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev...
Thanks
Hi,
That should be located in the head section of your HTML and available on all your pages. This means this should be placed in your AEM "page component". Please check https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev...
Hope this helps