Aggiunta campi per Allegato e titolo
This commit is contained in:
@ -20,6 +20,14 @@
|
||||
filter="safehtml" buttons="true" />
|
||||
<field name="attachment" type="media" label="COM_CIRCOLARI_FORM_LBL_CIRCOLARE_ATTACHMENT"
|
||||
directory="documents/circolari" preview="false" upload="true" />
|
||||
<field
|
||||
name="allegato_titolo"
|
||||
type="text"
|
||||
label="Titolo allegato"
|
||||
description="Nome leggibile mostrato accanto al file allegato"
|
||||
filter="string"
|
||||
/>
|
||||
|
||||
<field name="image" type="media" label="COM_CIRCOLARI_FORM_LBL_CIRCOLARE_IMAGE"
|
||||
directory="images" preview="true" upload="true" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user