update component
This commit is contained in:
@ -18,16 +18,17 @@
|
||||
|
||||
<field name="description" type="editor" label="COM_CIRCOLARI_FORM_LBL_CIRCOLARE_DESCRIPTION"
|
||||
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"
|
||||
name="attachments"
|
||||
type="subform"
|
||||
label="Allegati"
|
||||
description="Aggiungi uno o più allegati alla circolare"
|
||||
formsource="administrator/components/com_circolari/forms/attachments.xml"
|
||||
multiple="true"
|
||||
layout="joomla.form.field.subform.repeatable-table"
|
||||
/>
|
||||
|
||||
|
||||
<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