vendor/store.shopware.com/zenitplatformdatabadges/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_stylesheet %}
  3.     {{ parent() }}
  4.     {% block zenit_data_badges_css %}
  5.         {% if config('zenitPlatformDataBadges.config.customCSS') %}
  6.             <style data-plugin="zenitPlatformDataBadges">
  7.                 {{ config('zenitPlatformDataBadges.config.customCSS')|raw }}
  8.             </style>
  9.         {% endif %}
  10.     {% endblock %}
  11. {% endblock %}