
| Current Path : /var/www/html/musik/web/themes/contrib/bootstrap/templates/input/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/musik/web/themes/contrib/bootstrap/templates/input/input--form-control.html.twig |
{% extends "input.html.twig" %}
{#
/**
* @file
* Default theme implementation for an 'input__textfield' #type form element.
*
* Available variables:
* - attributes: A list of HTML attributes for the input element.
* - children: Optional additional rendered elements.
* - icon: An icon.
* - input_group: Flag to display as an input group.
* - icon_position: Where an icon should be displayed.
* - prefix: Markup to display before the input element.
* - suffix: Markup to display after the input element.
* - type: The type of input.
*
* @ingroup templates
*
* @see \Drupal\bootstrap\Plugin\Preprocess\Input
* @see template_preprocess_input()
*/
#}
{% spaceless %}
{%
set classes = [
'form-control',
]
%}
{% block input %}
<input{{ attributes.addClass(classes) }} />
{% endblock %}
{% endspaceless %}