Expand my Community achievements bar.

Extending Page Properties in AEM | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

Extending Page Properties in AEM by Mayur Satav

Abstract

It is always one of the prime requirements for the projects to extend page properties. It helps to manage metadata and many other functionalities associated with the page.In this blog we will see how to extend page properties.

Step1: Open CrxDe and go to your project package. Then select the page component node. You will see sling:resourceSuperType property copy the path associated with that property. This property points to the v2 version of the core page component.
Extending Page Properties in AEM By Mayur Satav

Step 2: Now paste that core page component path in the node search bar and do not forget to add /apps/ before /core/. Otherwise, it will not navigate you to that component. The complete path should look like this.
/apps/core/wcm/components/page/v2/page

You can refer below image for clarity.

Extending Page Properties in AEM
Now if you click on the page component node you will see the sling:resourceSuperType property again. So basically this v2 core page component further points to the foundation basic page.
But now we have nothing to do with the foundation component. Just simply open the page node and copy the cq:dialog node structure.

Read Full Blog

Extending Page Properties in AEM

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
0 Replies