bootstrap_barrio-5.1.3/templates/content-edit/file-widget.html.twig
templates/content-edit/file-widget.html.twig
{#
/**
* @file
* Theme override to display a file widget.
*
* Available variables:
* - element: Form element for the managed file.
* - attributes: Remaining HTML attributes for the containing element.
*
* @see template_preprocess_file_widget()
*/
#}
{{ attach_library('bootstrap_barrio/file') }}
<div{{ attributes }}>
{{ element }}
</div>
