Hi Team,
I have installed Aseet-Share-Commons(asset-share-commons-2.5.6) package in in AEM
installed below packages: git hub path :https://github.com/adobe/asset-share-commons/releases
<a class="item 12 cmp-mobile__downloads"
data-sly-test="${!config.aemClassic && (config.downloadEnabled || config.downloadEnabledCart)}"
data-asset-share-id="show-downloads">
<i class="big download icon"></i>
<div class="floating ui primary circular label"
data-asset-share-id="downloads-count"></div>
</a>
<a class="item 12 cmp-mobile__cart"
data-sly-test="${config.cartEnabled}"
data-asset-share-id="show-cart">
<i class="big cart icon"></i>
<div class="floating ui primary circular label"
data-asset-share-id="cart-count"></div>
My local AEM-SDK api version :
2023.5.11983.20230511T173830Z-230200
can someone help me how to pass this condition
i tried removing this condition still download all model is not coming.Please can someone help me here
Thanks,
Durga Kavali.
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @kavalidurga
All details about the Download is available on node /content/asset-share-commons/en/light/jcr:content/config/actions/download
The model is appearing with following configurations
Please check if the path field is missing or incorrect for you
We need not worry about config.aemClassic, because second part of the condition "downloadEnabled", will become true by the mentioned config
Hello @kavalidurga - Are you validating this in AEM AUTHOR instance?
yes am validating in author
Hello @kavalidurga
requesting you to please guide, where does the Download All button appear in https://aem.enablementadobe.com/content/asset-share-commons/en/light.html
Hello @kavalidurga
All details about the Download is available on node /content/asset-share-commons/en/light/jcr:content/config/actions/download
The model is appearing with following configurations
Please check if the path field is missing or incorrect for you
We need not worry about config.aemClassic, because second part of the condition "downloadEnabled", will become true by the mentioned config
Views
Likes
Replies