Why am i not bale to see the Basic and Advance tab in Page Properties? | Community
Skip to main content
surya1
Level 2
May 19, 2020
Solved

Why am i not bale to see the Basic and Advance tab in Page Properties?

  • May 19, 2020
  • 2 replies
  • 4853 views

Hi,

I am trying to create a static template and create a page using that template. But unfortunately i am not able to see the properties tabs. Please find the below image. I am using the AEM 6.4.8.0 version 

Can you please help me ?

Regards,

Surya.

 

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 Ankur_Khare

Did you try to override page properties dialog in your page template, if yes then then isseu is in ur page properties dialog please check that.

You can compare your custom page component with we  retail or wknd you will be able to identify the issue.

2 replies

Ankur_Khare
Community Advisor
Ankur_KhareCommunity AdvisorAccepted solution
Community Advisor
May 19, 2020

Did you try to override page properties dialog in your page template, if yes then then isseu is in ur page properties dialog please check that.

You can compare your custom page component with we  retail or wknd you will be able to identify the issue.

surya1
surya1Author
Level 2
May 19, 2020

The component sling:RecourceSuperType is points to /libs/wcm/foundation/components/page. Therefore i copied the dialog from this location and place it over my template. What exactly is the issue?

Theo_Pendle
Level 8
May 19, 2020

Hi @surya1,

I had similar problems with static templates when upgrading to a 6.5. The issue was that they depended on the deprecated /libs/wcm/foundation/components/page component. This dates back to the 6.1 and should no longer be used. Please use /libs/wcm/foundation/components/basicpage/v1/basicpage instead (or better yet, think about migrating towards AEM Core Components). There should be very little impact in switching to the newer foundation page 🙂