mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-04-14 16:47:33 +02:00
@@ -8,8 +8,10 @@
|
||||
{% block field %}
|
||||
{% block label %}
|
||||
{% if field.label %}
|
||||
{% set hint = field.help ? 'data-hint="' ~ field.help|tu|raw ~ '"': '' %}
|
||||
<div class="form-label form-field hint--bottom" {{ hint }}>{{ field.label|tu|raw }}</div>
|
||||
{% if field.help %}
|
||||
{% set hint = 'data-hint="' ~ field.help|tu|raw ~ '"' %}
|
||||
{% endif %}
|
||||
<div class="form-label form-field hint--bottom" {{ hint|raw }}>{{ field.label|tu|raw }}</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
<div class="form-field {{ field.classes|default('') }}">
|
||||
|
||||
Reference in New Issue
Block a user