AEM local will not let me edit templates as admin | Community
Skip to main content
New Participant
March 31, 2021
Solved

AEM local will not let me edit templates as admin

  • March 31, 2021
  • 7 replies
  • 4100 views

After installing AEM on my local and setting up a project/site, when trying to edit a template/page the content tree is empty and there is no content areas on the page so am unable to edit any pages.

Have confirmed that admin has full access and all permissions are set. Cannot seem to find what could be blocking the editable function on AEM 6.5?

Thank you.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Reply from @jawillis :

Thank you for your feedback, issue has been resolved, turns out the AEM Service Package for 6.5 was missing.

7 replies

kautuk_sahni
kautuk_sahniAccepted solution
Employee
April 1, 2021

Reply from @jawillis :

Thank you for your feedback, issue has been resolved, turns out the AEM Service Package for 6.5 was missing.

Kautuk Sahni
JAWillisAuthor
New Participant
April 1, 2021
Thank you for your feedback, issue has been resolved, turns out the AEM Service Package for 6.5 was missing.
arunpatidar
New Participant
March 31, 2021

can you do view as publish for a page?  it seems there is an issue with page component.

Arun Patidar
Bhuwan_B
New Participant
March 31, 2021

@jawillis : Can you please refer below articles and check if you followed all steps while creating Template for your project.

http://www.sgaemsolutions.com/2017/09/dynamic-editable-templates-in-aem-63.html

http://www.sgaemsolutions.com/2017/09/dynamic-editable-templates-in-aem63.html

 

Employee
March 31, 2021

Share the error from error.log you get when trying to delete the template, Might be related to a content specific issue.

JAWillisAuthor
New Participant
March 31, 2021
Hi, so creating Templates and deleted them shows no errors, only issue is that you cannot add to or edit the templates.
JAWillisAuthor
New Participant
March 31, 2021

Please see screenshots below:

When is editing Templates:


When in Page edit mode:

There does not seem to be any default components coming through:


And admin permissions:

 

Thank you

Asutosh_Jena_
New Participant
March 31, 2021

@jawillis 

I see that the template is already active.

  1. First you will need to disable the template which can be done in this path: http://localhost:4502/libs/wcm/core/content/sites/templates.html/conf/wknd - assuming wknd is the project.
  2. Next you need to Select the component group and unlock the layout container in the template so that the components from the allowed component group can be available on the resultant page.
  3. Now enable the template.
  4. Now you can go the content section and create page using the template. Assuming the template is allowed in this path to create the page. If it;s not allowed you can allow the template by setting the cq:allowedTemplate property.
  5. Once you create the page you should be able to see the layout container and the allowed components on the page.
  6. Now you should be able to author the components on the page.

For more details on templates please refer the below link:

https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/templates/page-templates-editable.html?lang=en#creating-a-new-template

 

Hope this helps!

Thanks!

 

Asutosh_Jena_
New Participant
March 31, 2021

Hi @jawillis 

Can you please share some screeshots what error you are getting?

Is it a template or on a page?

 

Thanks!