e3c8e07e96
Noticed it was overriding just to add a class. This new method will be possible in the next Form Plugin release, as I just added this possibility. Applies to Deliver and Gateway only.
5 lines
103 B
Twig
5 lines
103 B
Twig
{% extends "forms/default/form.html.twig" %}
|
|
|
|
{% block button_classes %}
|
|
class="button"
|
|
{% endblock %}
|