123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- title: Ressources
- # extends@: default
- form:
- fields:
- tabs:
- type: tabs
- active: 1
- label: tabs
- fields:
- content:
- type: tab
- title: Ressources
- fields:
- header.title:
- type: text
- autofocus: true
- style: vertical
- label: PLUGIN_ADMIN.TITLE
-
- header.media_thumbnail:
- type: file
- label: Vignette
- multiple: false
- filesize: 5
- help: Taille maximum 2Mo
- destination: 'self@'
- accept:
- - image/*
- section_title:
- type: section
- title: Fichiers
- underline: true
- tabs:
- type: tabs
- active: 1
- label: tabs
- fields:
- image:
- type: tab
- title: Images
- fields:
- header.images:
- type: list
- collapsed: true
- controls: top
- style: vertical
- fields:
- .title:
- type: text
- label: Titre
- validate: require
- .image_list:
- type: file
- label: Image(s)
- multiple: true
- filesize: 5
- help: Taille maximum 2Mo
- destination: 'self@'
- accept:
- - image/*
- .tag:
- type: selectize
- label: Tag
- classes: fancy
- validate:
- type: commalist
- documents:
- type: tab
- title: Documents
- fields:
-
- header.doc:
- type: list
- collapsed: true
- controls: top
- style: vertical
- fields:
- .title:
- type: text
- label: Titre
- validate: require
- .thumbnail:
- type: file
- label: Vignette pdf
- multiple: false
- filesize: 2
- help: Taille maximum 1Mo
- destination: 'self@'
- accept:
- - image/*
- .doc:
- type: file
- label: Fichier
- multiple: false
- filesize: 20
- help: Taille maximum 10Mo, pdf, odt, doc, docx
- destination: 'self@'
- accept: ["image/*", '.pdf', '.odt', '.doc','.docx']
- .description:
- label: Description
- type: textarea
- .docTag:
- type: selectize
- label: tag
- selectize:
- options:
- - text: "Rapports de recherche"
- value: "rapports"
- - text: "Rapports d’activités et administratifs"
- value: "admin"
- - text: "Outils numériques"
- value: "digital"
- - text: "Rapports d'activités et autres documents administratifs"
- value: "other"
- - text: "Communiqués et tribunes"
- value: "com"
- - text: "Tribunes"
- value: "tribunes"
- size: large
- classes: fancy
- validate:
- type: commalist
-
- videos:
- type: tab
- title: Vidéos
- fields:
- header.vid:
- type: list
- collapsed: true
- controls: top
- style: vertical
- fields:
- .title:
- type: text
- label: Titre
- validate: require
- # .thumbnail:
- # https://img.youtube.com/vi/nL34zDTPkcs/0.jpg
- .url:
- type: text
- label: url de la vidéo
- .tag:
- type: selectize
- label: Tag
- classes: fancy
- validate:
- type: commalist
- podcast:
- type: tab
- title: Podcasts
- fields:
- header.pod:
- type: list
- collapsed: true
- controls: top
- style: vertical
- fields:
- .title:
- type: text
- label: Titre
- validate: require
- .desc:
- type: tinymce
- label: description
- .thumbnail:
- type: file
- label: Vignette pdf
- multiple: false
- filesize: 2
- help: Taille maximum 1Mo
- destination: 'self@'
- accept:
- - image/*
- .file:
- type: file
- label: Fichier audio
- multiple: false
- filesize: 20
- help: Taille maximum 10Mo
- destination: 'self@'
- accept:
- - '*'
-
- newsletter:
- type: tab
- title: Newsletter
- fields:
- header.nl:
- type: list
- collapsed: true
- controls: top
- style: vertical
- fields:
- .title:
- type: text
- label: Titre
- validate: require
- .url:
- type: text
- label: Url de la newsletter
- media:
- type: tab
- title: TLP dans les médias
- fields:
- header.media:
- type: list
- collapsed: true
- controls: top
- style: vertical
- fields:
- .title:
- type: text
- label: Titre
- validate: require
- .date:
- type: date
- label: Date de publication
- .desc:
- type: textarea
- label: Description
- .thumbnail:
- type: file
- label: Vignette
- multiple: false
- filesize: 2
- help: Taille maximum 1Mo
- destination: 'self@'
- accept:
- - image/*
- .url:
- label: Lien de l'article
- type: text
-
|