formations.yaml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. title: Formations
  2. extends@: default
  3. form:
  4. fields:
  5. tabs:
  6. fields:
  7. content:
  8. fields:
  9. content:
  10. replace@: true
  11. label: Intro
  12. type: tinymce
  13. ordering@: 4
  14. header.media_order:
  15. ordering@: 20
  16. header.modules:
  17. type: list
  18. label: Modules de la page
  19. style: vertical
  20. fields:
  21. .title:
  22. label: Titre
  23. type: text
  24. .content:
  25. label: Contenu
  26. type: tinymce
  27. section:
  28. type: section
  29. title: Sessions et Évenements
  30. underline: true
  31. fields:
  32. header.sessions:
  33. type: fieldset
  34. title: Sessions
  35. icon: comments # Fork Awesome icons system (see : forkaweso.me).
  36. collapsed: true # Initial state of fieldset (see collapsible option)
  37. collapsible: true # Whether one can expand the fieldset or not
  38. fields:
  39. header.sessions.description:
  40. label: Description des Sessions
  41. type: tinymce
  42. header.events:
  43. type: fieldset
  44. title: Évenements
  45. icon: users # Fork Awesome icons system (see : forkaweso.me).
  46. collapsed: true # Initial state of fieldset (see collapsible option)
  47. collapsible: true # Whether one can expand the fieldset or not
  48. fields:
  49. header.events.description:
  50. label: Description des Évenements
  51. type: tinymce
  52. header.events.next:
  53. label: Prochains Evenements
  54. type: pages
  55. size: medium
  56. classes: fancy
  57. start_route: '/actualites'
  58. # show_all: false
  59. # show_modular: false
  60. # show_root: false
  61. multiple: true
  62. validate:
  63. type: commalist