Child pages are included while packaging the parent page | Community
Skip to main content
October 16, 2015
Solved

Child pages are included while packaging the parent page

  • October 16, 2015
  • 2 replies
  • 1521 views

Hi All,

When i select any parent page all the child pages is being added while creating a package.

eg. when I create package of path /content/test/ then it is including all the child pages. actually I don't want to include child pages while creating package.

Can any one tell me if there is any option to skip the child pages while creating parent page?

Thanks

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 MeTooTwo

You can use filters to control what is/is not included.  See the adding Filter Definitions section in:

http://dev.day.com/docs/en/crx/current/how_to/package_manager.html

Zyg

2 replies

MeTooTwoAdobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

You can use filters to control what is/is not included.  See the adding Filter Definitions section in:

http://dev.day.com/docs/en/crx/current/how_to/package_manager.html

Zyg

October 16, 2015

Hi,

It is working. I did the below rules to make it work

         
exclude/content/my-app/en/home/*.*
include/content/my-app/en/home/jcr:content
 

 

 

Thanks