Expand my Community achievements bar.

SOLVED

AEM 6.5 Page properties page is showing blank

Avatar

Level 2

I have created a community site in AEM 6.5 and now I am trying to edit some CSS styles. For that I am trying to access the Page Properties using the Open Properties menu, but this page is coming as Blank. It is showing the Cancel and Save buttons but there is no properties displayed under. I am running AEM on localhost and I am not sure I need to enable something to make this work. Also is there any alternative ways to edit the CSS files ? I am using in built components only. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@alwinaugustin 

 

You can check step by step as below. Taking the example of we-retail

in your local environment,
1) go to /content/we-retail/us/en/men/jcr:content

SivakumarKanoori_0-1681356458380.png

 


2) take the sling:resourceType value
weretail/components/structure/page just appened the /apps to it /apps/weretail/components/structure/page

SivakumarKanoori_1-1681356482527.png

 

3) go to /apps/weretail/components/structure/page and get sling:resourceSuperType value as wcm/foundation/components/basicpage/v1/basicpage. 

 

SivakumarKanoori_3-1681356730148.png

 

 

4) go to /libs/wcm/foundation/components/basicpage/v1/basicpage . you can see the page properties tabs under cq:dialog as shown in the below screenhost. from here only page properties tabs gets loaded.

 

SivakumarKanoori_4-1681356757067.png

 

 

 

so the page properties shows like this.

SivakumarKanoori_5-1681356877756.png

 

May be you can check in this process to isolate your issue to find the root cause... 

 

 

 

Thanks,
Siva

View solution in original post

5 Replies

Avatar

Community Advisor

There should be nothing to enable or disable this. Those properties should be available by default.
Since you are saying that you are using built components, I am assuming that you are using editable templates.

please check if your core components bundle is active, as those properties are referred through the resource super type.

Avatar

Community Advisor

Hello @alwinaugustin ,
In several possible cases page properties can show blank. Investigate one by one maybe you could find out.

  1. Check the sling:resourceType of the page or get the cq:template and from the template, check the page component. Make sure the template path is correct.
  2. Check the dialog structure is not messed up.
  3. Again check issue happened only on that page or is related to all the pages that create with that template. [To detect the issue is for template related]
  4. See the error log, anything you found or not.

Avatar

Level 6

Hi @alwinaugustin,

 

Please check the sling:resourceType of the page component present into your project. Make sure it is referring to the correct version of the core page component. 

 

Hope this helps

Avatar

Correct answer by
Community Advisor

@alwinaugustin 

 

You can check step by step as below. Taking the example of we-retail

in your local environment,
1) go to /content/we-retail/us/en/men/jcr:content

SivakumarKanoori_0-1681356458380.png

 


2) take the sling:resourceType value
weretail/components/structure/page just appened the /apps to it /apps/weretail/components/structure/page

SivakumarKanoori_1-1681356482527.png

 

3) go to /apps/weretail/components/structure/page and get sling:resourceSuperType value as wcm/foundation/components/basicpage/v1/basicpage. 

 

SivakumarKanoori_3-1681356730148.png

 

 

4) go to /libs/wcm/foundation/components/basicpage/v1/basicpage . you can see the page properties tabs under cq:dialog as shown in the below screenhost. from here only page properties tabs gets loaded.

 

SivakumarKanoori_4-1681356757067.png

 

 

 

so the page properties shows like this.

SivakumarKanoori_5-1681356877756.png

 

May be you can check in this process to isolate your issue to find the root cause... 

 

 

 

Thanks,
Siva

Avatar

Level 2

Thanks @SivakumarKanoori .

 

I just need to update the CSS styles and the page HTML. Is it possible to do it from the CRXDE ? Or I need to set up the development environment locally and edit the files ? If there is any tutorial or something, that would be helpful. Also I have some other sites which already has custom developed components and I would like to use those components here. How this can be done ?