Package Manager filter regex rules?
I have a project where we have several country websites (20 countries). I'd like to create a package in Package Manager that only grabs each country homepage and not the underlying content. So, for example, homepage content would be located under /content/project/en_us/global/aus/jcr:content
Here's the content setup:
/content/project/en_us/global
exclude: .*
include: .*/[a-z][a-z][a-z]/jcr:content
exclude: .*
include: /content/project/en_us/global/[a-z][a-z][a-z]/jcr:content