Start with default generated template
This commit is contained in:
15
templates/form/datetime-form.html.twig
Normal file
15
templates/form/datetime-form.html.twig
Normal file
@@ -0,0 +1,15 @@
|
||||
{#
|
||||
/**
|
||||
* @file
|
||||
* Theme override of a datetime form element.
|
||||
*
|
||||
* Available variables:
|
||||
* - attributes: HTML attributes for the datetime form element.
|
||||
* - content: The datelist form element to be output.
|
||||
*
|
||||
* @see \Drupal\Core\Datetime\DatePreprocess::preprocessDatetimeForm()
|
||||
*/
|
||||
#}
|
||||
<div{{ attributes.addClass('container-inline') }}>
|
||||
{{ content }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user