Mercurial > hg > cmmr2012-drupal-site
comparison core/themes/classy/templates/content-edit/file-widget-multiple.html.twig @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
1 {# | |
2 /** | |
3 * @file | |
4 * Theme override to display a multi file form widget. | |
5 * | |
6 * Available variables: | |
7 * - table: Table of previously uploaded files. | |
8 * - element: The form element for uploading another file. | |
9 * | |
10 * @see template_preprocess_file_widget_multiple() | |
11 */ | |
12 #} | |
13 {{ table }} | |
14 {{ element }} |