File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
cartridges/int_cloudinary/cartridge/templates/default/include Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1313 <link rel="preconnect" href="${'https://' + cloudinaryConstants.CLD_CORE_SHRINKWRAP_JS_URL_ORIGIN}"/>
1414 </isif>
1515 </isif>
16- <isif condition="${pdict.cloudinary && pdict.cloudinary.isEnabled && (pdict.cloudinary.galleryEnabled || pdict.cloudinary.isGalleryEnabled) }">
16+ <isif condition="${preferences.CLDEnabled && preferences.CLDGalleryEnabled }">
1717 <link rel="preconnect" href="${'https://' + cloudinaryConstants.CLD_GALLERY_JS_URL_DOMAIN}"/>
1818 <isif condition="${cloudinaryConstants.CLD_CARTRIDGE_OPERATION_MODE == cloudinaryConstants.CLD_GET_ASSETS_BY_TAG_NAME_MODE}">
1919 <link rel="preconnect" href="${'https://' + (cloudinaryConstants.CLD_DOMAIN || 'res.cloudinary.com')}" crossorigin/>
You can’t perform that action at this time.
0 commit comments