mirror of
https://github.com/jbcr/core.git
synced 2026-04-24 17:18:08 +02:00
6 lines
258 B
Twig
6 lines
258 B
Twig
{% extends '@bolt/_partials/fields/_base.html.twig' %}
|
|
|
|
{% block field %}
|
|
<input name="{{ name }}" placeholder="{{ placeholder }}" type="text" value="{{ value|join(", ") }}" class="form-control {{ class }}" {{ attributes|default()|raw }}>
|
|
{% endblock %}
|