custom/static-plugins/EfbStorefront/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_meta_tags %}
  3.     {{ parent() }}
  4.     {% set code = context.salesChannel.translated.customFields.saleschannel_additional_seo_data_google_site_verification_id %}
  5.     {% if code %}
  6.         <meta name="google-site-verification" content="{{ code }}" />
  7.     {% endif %}
  8. {% endblock %}