CRX Package Filter Include Paths With Specific Segment
Is it possible to configure a CRX package filter to include paths with a certain path segment in them? I want to build a package of all content that has /config/ in the path. I've tried multiple ways of filtering but no luck.
For example, I tried the below but when I excecute the package coverage preview, it doesn’t show any content being covered:
Root path: /content
Rules: include .*/config/.*