Skip to content

Instantly share code, notes, and snippets.

@yesthatdarya
Created May 19, 2019 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yesthatdarya/a63cc5e60a54614bbbd56c5dd52d2858 to your computer and use it in GitHub Desktop.
Save yesthatdarya/a63cc5e60a54614bbbd56c5dd52d2858 to your computer and use it in GitHub Desktop.
Heading field template
{% extends 'field--bare.html.twig' %}
{% block field %}
<h2{{ attributes.addClass(classes) }}>
{{ parent() }}
</h2>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment