|
@@ -0,0 +1,48 @@
|
|
|
|
+title: Documents
|
|
|
|
+'@extends': default
|
|
|
|
+
|
|
|
|
+form:
|
|
|
|
+ fields:
|
|
|
|
+ tabs:
|
|
|
|
+ fields:
|
|
|
|
+ advanced:
|
|
|
|
+ fields:
|
|
|
|
+ columns:
|
|
|
|
+ fields:
|
|
|
|
+ column1:
|
|
|
|
+ fields:
|
|
|
|
+ name:
|
|
|
|
+ default: modular/rapport_dactivitees
|
|
|
|
+ '@data-options': '\Grav\Common\Page\Pages::modularTypes'
|
|
|
|
+ overrides:
|
|
|
|
+ fields:
|
|
|
|
+ header.template:
|
|
|
|
+ default: modular/rapport_dactivitees
|
|
|
|
+ '@data-options': '\Grav\Common\Page\Pages::modularTypes'
|
|
|
|
+ rapports:
|
|
|
|
+ type: tab
|
|
|
|
+ title: Rapports d'activitées
|
|
|
|
+ fields:
|
|
|
|
+ header.rapports:
|
|
|
|
+ name: rapports
|
|
|
|
+ type: list
|
|
|
|
+ label: Rapports d'activitées
|
|
|
|
+
|
|
|
|
+ fields:
|
|
|
|
+ .titre_du_rapport:
|
|
|
|
+ type: text
|
|
|
|
+ label: Titre du rapport
|
|
|
|
+ .texte_de_presentation:
|
|
|
|
+ type: markdown
|
|
|
|
+ label: Texte de présentation du rapport
|
|
|
|
+ validate:
|
|
|
|
+ type: textarea
|
|
|
|
+ .couverture:
|
|
|
|
+ name: couv_du_rapport
|
|
|
|
+ type: filepicker
|
|
|
|
+ label: Image de couverture
|
|
|
|
+ .pdf:
|
|
|
|
+ type: filepicker
|
|
|
|
+ label: pdf à télécharger
|
|
|
|
+ accept:
|
|
|
|
+ - .pdf
|