add files tab to event
This commit is contained in:
parent
1c08c92b78
commit
024e142a23
2 changed files with 16 additions and 0 deletions
|
|
@ -189,3 +189,4 @@ tabs:
|
|||
width: 3/4
|
||||
when:
|
||||
isMapadoEvent: true
|
||||
files: tabs/files
|
||||
|
|
|
|||
15
site/blueprints/tabs/files.yml
Normal file
15
site/blueprints/tabs/files.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
label: Fichiers
|
||||
icon: folder
|
||||
columns:
|
||||
- width: 1/3
|
||||
sections:
|
||||
filesInfos:
|
||||
label: Gestion de fichiers
|
||||
type: info
|
||||
text: |
|
||||
Pour éviter de surcharger le serveur inutilement, pensez à **supprimer les fichiers inutilisés** dans la page.
|
||||
- width: 2/3
|
||||
sections:
|
||||
files:
|
||||
label: Fichiers
|
||||
type: files
|
||||
Loading…
Add table
Add a link
Reference in a new issue