mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 08:55:36 +02:00
support disabled state in fields
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{% extends "forms/field.html.twig" %}
|
||||
|
||||
{% block input %}
|
||||
<div class="form-input-wrapper {{ field.size }}">
|
||||
{{ value }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user