{# /** * @file * Theme implementation for the dropzonejs form element. * * Available variables: * - attributes: A list of HTML attributes for the element. * - dropzone_description: A message to be displayed in the dropzone field. * - or_text: A translatable string of the word 'or'. * - select_files_button_text: The text shown on the 'Select files' button. * - children: Optional additional rendered elements. * - uploaded_files: Hidden element that holds uploaded files. * * @see template_preprocess_dropzonejs() */ #}

{{ dropzone_description }}

{{ or_text }}

{{ select_files_button_text }}
{{ uploaded_files }} {{ children }}