Editable template with structured content | Community
Skip to main content
Level 2
April 22, 2020
Solved

Editable template with structured content

  • April 22, 2020
  • 1 reply
  • 7909 views

I have created an editable page template under Tools > General > Templates.

 

On this template within the Layout Container [Root] I have added a component in Structure mode which I have populated with content. The idea is that this component populated with content will show on all pages that implement this template.

 

However, whilst this displays correctly in author, on publish the component does not show on the page. I have worked out that this is because the anonymous user does not have read permissions to the /conf/.../templates folder.

 

Am I using editable templates in the wrong way, or do I really need to give read permissions to the /conf/.../templates in publish (I am very reluctant to do so)?

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 arunpatidar

Hi,

/conf/ access is not required at publisher, it is access internally by script user/service.

Have you deployed/publish the content and code in publisher after changes.

Can you try with Core component project or WKND project

https://docs.adobe.com/content/help/en/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
April 22, 2020

Hi,

/conf/ access is not required at publisher, it is access internally by script user/service.

Have you deployed/publish the content and code in publisher after changes.

Can you try with Core component project or WKND project

https://docs.adobe.com/content/help/en/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html

Arun Patidar
Level 2
April 23, 2020

Arun - just to clarify, my understanding is the anonymous user is part of the everyone group. So when I say I don't want to give the anonymous user permissions to my project's /conf/.../templates folder on PUBLISH, this also means I want to avoid giving the everyone group permissions to this folder on PUBLISH - as the result is the same.