Skip to content

Commit

Permalink
Enable Web Optimized Delivery by default on Image component (#968)
Browse files Browse the repository at this point in the history
Only for AEM as a Cloud Service projects
  • Loading branch information
davidjgonzalez authored Sep 19, 2022
1 parent a47c044 commit b203f7b
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@
#else
allowedRenditionWidths="[320,480,600,800,1024,1200,1600]"
disableLazyLoading="false"
#end
#end
#if ( $aemVersion == "cloud" )
enableAssetDelivery="true"
#end
allowUpload="false"
altValueFromDAM="true"
displayPopupTitle="true"
Expand Down Expand Up @@ -655,4 +658,4 @@
</foundation>
</wcm>
#end
</jcr:root>
</jcr:root>

0 comments on commit b203f7b

Please sign in to comment.