constants.txt 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. templateRootPath = EXT:ot_templating/Resources/Private/Templates/
  2. partialRootPath = EXT:ot_templating/Resources/Private/Partials/
  3. layoutRootPath = EXT:ot_templating/Resources/Private/Layouts/
  4. publicRootPath = EXT:ot_templating/Resources/Public/
  5. plugin.tx_ottemplating {
  6. view {
  7. templateRootPaths.0 = EXT:ot_templating/Resources/Private/Templates/
  8. partialRootPaths.0 = EXT:ot_templating/Resources/Private/Partials/
  9. layoutRootPaths.0 = EXT:ot_templating/Resources/Public/Layouts/
  10. }
  11. settings {
  12. opentalent {
  13. website = https://opentalent.fr
  14. logoPath = EXT:ot_templating/Resources/Public/media/logo-opentalent.png
  15. fileStorageUrl = https://api.opentalent.fr/app.php/_internal/secure/files/
  16. dashboardUrl = https://admin.opentalent.fr/#/dashboard
  17. logoutUrl = .
  18. }
  19. organization {
  20. # >> Ces paramètres doivent être redéfinis dans le gabarit du site
  21. id = 0
  22. is_network = 0
  23. email =
  24. name = Opentalent
  25. logoid =
  26. twitter =
  27. facebook =
  28. }
  29. network {
  30. # >> Ces paramètres doivent être redéfinis dans le gabarit du site
  31. logo =
  32. name =
  33. url =
  34. cmfUrl = https://www.cmf-musique.org/
  35. }
  36. appearance {
  37. # >> Ces paramètres doivent pouvoir être modifiés via l'onglet Page Configuration du backend (flux)
  38. # Utiliser le mode caroussel pour les photos
  39. carousel = 1
  40. }
  41. events {
  42. # >> Ces paramètres doivent pouvoir être modifiés via l'onglet Page Configuration du backend (flux)
  43. # Nombre maximum d'évènements à afficher
  44. limit = 5
  45. # Nombre de semaines d'affichage
  46. period = 0
  47. }
  48. donors {
  49. # >> Ces paramètres doivent pouvoir être modifiés via l'onglet Page Configuration du backend
  50. # Tout afficher en statique plutôt que de faire defiler
  51. static = 0
  52. }
  53. news {
  54. limit = 5
  55. uid =
  56. }
  57. }
  58. }