update component

This commit is contained in:
2025-09-23 11:54:33 +02:00
parent a05b127a0e
commit 1960c1b68c
16 changed files with 1197 additions and 535 deletions

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<form>
<fields>
<field
name="path"
type="media"
label="File"
required="true"
preview="true"
types="documents"
directory="images/file"
/>
<field
name="title"
type="text"
label="Titolo"
required="false"
maxlength="190"
filter="string"
/>
</fields>
</form>