muser-8.x-1.x-dev/themes/muser_base/templates/forms/input--file.html.twig
themes/muser_base/templates/forms/input--file.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()
*/
#}
<span class="file-input__wrapper">
<input{{ attributes }} />{{ children }}
{#<label for="{{ attributes.id }}">{{ "Attach file"|t }}</label>#}
</span>
