mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 13:45:56 +02:00
Move display to the form plugin
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
{% extends "forms/field.html.twig" %}
|
||||
|
||||
{% block input %}
|
||||
<div class="form-display-wrapper {{ field.size }}">
|
||||
{% if field.markdown %}
|
||||
{{ field.content|markdown }}
|
||||
{% else %}
|
||||
{{ field.content }}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user