templates/web/customer/header/parts/layout_options.twig line 1

Open in your IDE?
  1. {##
  2.  # Head list children
  3.  #
  4.  # @ListChild (list="head", weight="1310")
  5.  #}
  6. <script>
  7.   var xliteLayoutOptions = {
  8.     cloud_zoom: {{ this.get('layout').isCloudZoomAllowed() ? 'true' : 'false' }},
  9.     lazy_load: {{ this.get('layout').isLazyLoadEnabled() ? 'true' : 'false' }},
  10.   };
  11. </script>