Skip to content

Instantly share code, notes, and snippets.

@yesthatdarya
Created March 17, 2019 01:21
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/ba96e4b25060167c8c25c52989df2933 to your computer and use it in GitHub Desktop.
Save yesthatdarya/ba96e4b25060167c8c25c52989df2933 to your computer and use it in GitHub Desktop.
Move the label to the bottom
{% extends 'field.html.twig' %}
{% block field %}
<div{{ attributes.addClass(classes) }}>
{% block content %}
{{ parent() }}
{% endblock %}
{% block label %}
{{ parent() }}
{% endblock %}
</div>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment