custom/plugins/mediameetsFbPixel/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_tracking %}
  3.     {{ parent() }}
  4.     {% if shopware.config.mediameetsFbPixel.config.pixelIds and shopware.config.mediameetsFbPixel.config.pixelIds is not empty %}
  5.         <script>
  6.             window.mediameetsFacebookPixelData = new Map();
  7.         </script>
  8.     {% endif %}
  9. {% endblock %}