Initial Drupal 11 with DDEV setup
This commit is contained in:
		@ -0,0 +1,16 @@
 | 
			
		||||
{#
 | 
			
		||||
/**
 | 
			
		||||
 * @file
 | 
			
		||||
 * Default theme implementation to display a multi file form widget.
 | 
			
		||||
 *
 | 
			
		||||
 * Available variables:
 | 
			
		||||
 * - table: Table of previously uploaded files.
 | 
			
		||||
 * - element: The form element for uploading another file.
 | 
			
		||||
 *
 | 
			
		||||
 * @see template_preprocess_file_widget_multiple()
 | 
			
		||||
 *
 | 
			
		||||
 * @ingroup themeable
 | 
			
		||||
 */
 | 
			
		||||
#}
 | 
			
		||||
{{ table }}
 | 
			
		||||
{{ element }}
 | 
			
		||||
		Reference in New Issue
	
	Block a user