Hi,
I have created editable templates with the help of an HTML5 template and tried to create a page, but the template is not showing on the granite UI.
I have added `cq:allowedTemplates` to the page properties as well but still not facing the same issue.
Please help me resolve it.
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
@yoyogesh , this might be because cq:allowedTemplates is set in the /content/my-site/jcr:content, which does not point to your template folder. OR, from the template folder, the allowedPaths is not set, pointing back to the /content/my-site/.*+ folder.
Can you please take a look at this article, and report any logs that is interesting back to this chat please? Basic Steps to Debug an Error in AEM - Sourced Code
Hi ,
Can you please try this below link for creating template type.
hope this helps.
Thanks
@yoyogesh , this might be because cq:allowedTemplates is set in the /content/my-site/jcr:content, which does not point to your template folder. OR, from the template folder, the allowedPaths is not set, pointing back to the /content/my-site/.*+ folder.
Can you please take a look at this article, and report any logs that is interesting back to this chat please? Basic Steps to Debug an Error in AEM - Sourced Code