custom/plugins/BALThreeDimensionModelView/src/Resources/views/storefront/layout/meta.html.twig line 1

Open in your IDE?
  1. {% sw_extends "@Storefront/storefront/layout/meta.html.twig" %}
  2. {% block layout_head_javascript_token %}
  3.     {{ parent() }}
  4.     {# @deprecated tag:v6.5.0 - Move to block `layout_head_javascript_hmr_mode` instead #}
  5.     {% if not feature('FEATURE_NEXT_15917') %}
  6.         {% if BALThreeDimensionModelViewIncludeScript %}
  7.             <script type="module"
  8.                     src="{{ asset('static/model-viewer.min.js', '@BALThreeDimensionModelView') }}"></script>
  9.         {% endif %}
  10.     {% endif %}
  11. {% endblock layout_head_javascript_token %}