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
Solved! Go to Solution.
Views
Replies
Total Likes
Are you trying to dynamically build the package using Package Manager API as opposed to manually building the package and selecting the assets. When manually building the package - you can select the nodes that you want. For example:
Views
Replies
Total Likes
Are you trying to dynamically build the package using Package Manager API as opposed to manually building the package and selecting the assets. When manually building the package - you can select the nodes that you want. For example:
Views
Replies
Total Likes
To be honest I didn't consider using API. That could be an option if there's more available there.
I was just trying to do it manually and trying to figure our regex (etc) that the Package Manager UI would accept.
Views
Replies
Total Likes
Actually let me confirm that we need this level of granularity. Maybe we can just ship everything below /content/forms/af.
-Joel
Views
Replies
Total Likes
Hi Scott.
We are fairly sure that we won't need just assets. They will be needed for patches, but not in the general case. I'll ask another question if that changes.
Please mark this as answered.
-Joel
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies