Add admin-media-move, admin-media-replace and admin-media-actions plugins

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-19 00:19:51 +02:00
parent 790860e381
commit a2aa986296
37 changed files with 2042 additions and 0 deletions
@@ -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 %}