내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Child pages are included while packaging the parent page

Avatar

이전 커뮤니티 멤버

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

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 2

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 답변 개

Avatar

정확한 답변 작성자:
Level 2

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

Avatar

이전 커뮤니티 멤버

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