This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/core/themes/classy/templates/content-edit/file-widget.html.twig

15 lines
304 B
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()
*/
#}
<div{{ attributes }}>
{{ element }}
</div>