material_admin-8.x-1.0-alpha7/templates/buttons/input--submit--paragraph-action.html.twig
templates/buttons/input--submit--paragraph-action.html.twig
{#
/**
* @file
* Theme override for an 'input' #type form element.
*
* Available variables:
* - attributes: A list of HTML attributes for the input element.
* - children: Optional additional rendered elements.
*
* @see template_preprocess_input()
*/
#}
{%
set classes = [
'waves-effect',
'btn-paragraph-action',
'btn-flat'
]
%}
<button{{ attributes.addClass(classes) }}>{{ attributes.value }}</button>
