Files
farmOS-dev/web/themes/gin/templates/form/input--submit--paragraph-action.html.twig
2024-12-10 15:08:16 +01:00

15 lines
329 B
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()
*/
#}
<input{{ attributes.addClass('button--small') }} />{{ children }}