Packaging just 'assets' and below
Hi all,
Using AEM 6.2. Adaptive forms....but this is more of a package manager question.
Trying to put together a solution to deploy the french assets after translation. Given:
/content/forms/af/jt3/_jcr_content/guideContainer
/content/forms/af/jt3/_jcr_content/guideContainer/assets
/content/forms/af/jt3/_jcr_content/guideContainer/assets/dictionary
/content/forms/af/jt3/_jcr_content/guideContainer/assets/dictionary/fr.xml
I want everything below /content/forms/af, AND including assets and below. The localized content is below assets.
I don't want any sibling of assets or sibling of guideContainer.
Suggestions?
I tried //assets, but it didn't work. Also tried /af//assets. No go.
Wondering if this is related to _jcr_content
Thanks
Joel
