mirror of
https://github.com/jbcr/core.git
synced 2026-04-03 14:52:15 +02:00
7 lines
259 B
Twig
7 lines
259 B
Twig
{% extends '@bolt/editcontent/fields/_base.twig' %}
|
|
|
|
{% block field %}
|
|
<label>{{ label }}</label>
|
|
<input name="{{ name }}" placeholder="…" type="number" step="1" value="{{ value }}" class="{{ class }}" {{ attributes|default()|raw }}>
|
|
{% endblock %}
|