raju muddana
raju muddana

Reputation: 154

Page option under create menu in sites is not available in my local instance

In my local instance of AEM 6.4, i'm not able to see 'page' option under create menu in sites. i have created an editable template and enabled it. what am i missing here ?

I have verified in Vanilla instance also, i don't see this option.

Upvotes: 3

Views: 3919

Answers (2)

Net Solutions
Net Solutions

Reputation: 145

You have to first create the project structure using the archetype project like maven archetype 13, refer this link for archetype 13, https://helpx.adobe.com/experience-manager/using/maven_arch13.html

This archetype also creates the basic content of a website with root page (example in this case: AEMTraining) and few language pages. Once you have created the project structure and your own global page is available under sites, click on the rootpage. Now, you can see the Page option under create, so you can use your editable template to create your own pages. (Check the image)

enter image description here

Upvotes: 1

Saravana Prakash
Saravana Prakash

Reputation: 1323

You ll need to create the root page for your site and add the property cq:allowedTemplates. Only then create page shows for the permitted templates.

Upvotes: 3

Related Questions