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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
2) take the sling:resourceType value
weretail/components/structure/page just appened the /apps to it /apps/weretail/components/structure/page
3) go to /apps/weretail/components/structure/page and get sling:resourceSuperType value as wcm/foundation/components/basicpage/v1/basicpage.
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.
so the page properties shows like this.
May be you can check in this process to isolate your issue to find the root cause...
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.
Hello @alwinaugustin ,
In several possible cases page properties can show blank. Investigate one by one maybe you could find out.
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
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
2) take the sling:resourceType value
weretail/components/structure/page just appened the /apps to it /apps/weretail/components/structure/page
3) go to /apps/weretail/components/structure/page and get sling:resourceSuperType value as wcm/foundation/components/basicpage/v1/basicpage.
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.
so the page properties shows like this.
May be you can check in this process to isolate your issue to find the root cause...
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 ?
Views
Likes
Replies
Views
Likes
Replies