custom/plugins/FlinkCmsAnchor/src/Resources/views/storefront/element/cms-element-flink-anchor.html.twig line 1

Open in your IDE?
  1. {% block element_flink_anchor %}
  2.     <div id="{{ element.translated.config.anchor.value }}"
  3.          class="cms-element-{{ element.type }}"
  4.          style="{% if element.translated.config.marginTop.value %}position:absolute;margin-top:-{{ element.translated.config.marginTop.value }};{% endif %}"
  5.          data-anchor-title="{{ element.translated.config.title.value ?? "" | sw_sanitize }}"
  6.     ></div>
  7. {% endblock %}