This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
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
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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: |
Thanks
Views
Replies
Total Likes