Initial Drupal 11 with DDEV setup
This commit is contained in:
15
web/core/modules/system/templates/input.html.twig
Normal file
15
web/core/modules/system/templates/input.html.twig
Normal file
@ -0,0 +1,15 @@
|
||||
{#
|
||||
/**
|
||||
* @file
|
||||
* Default theme implementation for an 'input' #type form element.
|
||||
*
|
||||
* Available variables:
|
||||
* - attributes: A list of HTML attributes for the input element.
|
||||
* - children: Optional additional rendered elements.
|
||||
*
|
||||
* @see template_preprocess_input()
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
<input{{ attributes }} />{{ children }}
|
||||
Reference in New Issue
Block a user