You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
415 B

2 months ago
2 months ago
2 months ago
  1. twig:
  2. file_name_pattern: '*.twig'
  3. form_themes: ['bootstrap_5_layout.html.twig']
  4. globals:
  5. title: Gestionnaire de tâches simple
  6. menu:
  7. header:
  8. - { route: 'app_project', label: 'Projets' }
  9. taskLifecycleManager: '@App\Service\TaskLifecycleManager'
  10. geoJsonManager: '@App\Service\GeoJsonManager'
  11. when@test:
  12. twig:
  13. strict_variables: true