murph-core/src/core/Resources/views/admin/crud/field/button.html.twig
2022-03-13 19:32:32 +01:00

8 lines
251 B
Twig

{% extends '@Core/admin/crud/field/text.html.twig' %}
{%- block value -%}
<{{- options.button_tag }} {% for k, v in options.button_attr %}{{ k }}="{{ v }}" {% endfor %}>
{{- parent() -}}
</{{- options.button_tag -}}>
{%- endblock -%}