(Grav GitSync) Automatic Commit from GitSync
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{% extends "forms/field.html.twig" %}
|
||||
|
||||
{% block label %}
|
||||
{{ label ?: "File" }}
|
||||
{% endblock %}
|
||||
|
||||
{% block input %}
|
||||
<input name="{{ name }}" type="file" style="width: 100%"/>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user