How do I add fields to the page properties dialog?
/libs/foundation/components/page/dialog
node to your template's component that you want to add dialog properties to.
If you had a page component /apps/<myapp>/components/pages/contentpage
that has sling:resourceSuperType=/libs/foundation/components/page
then you would copy /libs/foundation/components/page/dialog
to /apps/<myapp>/components/pages/contentpage/
to make an overlaid dialog
CQ5.x
Sign in to your account