| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- title: Formations
- extends@: default
- form:
- fields:
- tabs:
- fields:
- content:
- fields:
- content:
- replace@: true
- label: Intro
- type: tinymce
- ordering@: 4
- header.media_order:
- ordering@: 20
- header.modules:
- type: list
- label: Modules de la page
- style: vertical
- fields:
- .title:
- label: Titre
- type: text
- .content:
- label: Contenu
- type: tinymce
- section:
- type: section
- title: Sessions et Évenements
- underline: true
- fields:
- header.sessions:
- type: fieldset
- title: Sessions
- icon: comments # Fork Awesome icons system (see : forkaweso.me).
- collapsed: true # Initial state of fieldset (see collapsible option)
- collapsible: true # Whether one can expand the fieldset or not
- fields:
- header.sessions.description:
- label: Description des Sessions
- type: tinymce
- header.events:
- type: fieldset
- title: Évenements
- icon: users # Fork Awesome icons system (see : forkaweso.me).
- collapsed: true # Initial state of fieldset (see collapsible option)
- collapsible: true # Whether one can expand the fieldset or not
- fields:
- header.events.description:
- label: Description des Évenements
- type: tinymce
- header.events.next:
- label: Prochains Evenements
- type: pages
- size: medium
- classes: fancy
- start_route: '/actualites'
- # show_all: false
- # show_modular: false
- # show_root: false
- multiple: true
- validate:
- type: commalist
|