Skip to content

Instantly share code, notes, and snippets.

@yesthatdarya
Created March 17, 2019 00:53
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/96a5962d69fb9ab205fd689489caf169 to your computer and use it in GitHub Desktop.
Save yesthatdarya/96a5962d69fb9ab205fd689489caf169 to your computer and use it in GitHub Desktop.
Heading field template
{% extends 'field.html.twig' %}
{% block field %}
<h2{{ attributes.addClass(classes) }}>
{% block items %}
{{ parent() }}
{% endblock %}
</h2>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment