update component
This commit is contained in:
22
administrator/forms/attachments.xml
Normal file
22
administrator/forms/attachments.xml
Normal 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>
|
||||
Reference in New Issue
Block a user