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.

25 lines
1.7 KiB

5 months ago
5 months ago
5 months ago
  1. twig:
  2. file_name_pattern: '*.twig'
  3. form_themes: ['bootstrap_5_layout.html.twig']
  4. globals:
  5. title: '%short_title%'
  6. menu:
  7. header:
  8. - route: 'app_project'
  9. label: 'Projets'
  10. icon: '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-folder" viewBox="0 0 16 16"><path d="M.54 3.87.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.826a2 2 0 0 1-1.991-1.819l-.637-7a2 2 0 0 1 .342-1.31zM2.19 4a1 1 0 0 0-.996 1.09l.637 7a1 1 0 0 0 .995.91h10.348a1 1 0 0 0 .995-.91l.637-7A1 1 0 0 0 13.81 4zm4.69-1.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139q.323-.119.684-.12h5.396z"/></svg>'
  11. - route: 'app_tools'
  12. label: 'Outils'
  13. icon: '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-wrench" viewBox="0 0 16 16"><path d="M.102 2.223A3.004 3.004 0 0 0 3.78 5.897l6.341 6.252A3.003 3.003 0 0 0 13 16a3 3 0 1 0-.851-5.878L5.897 3.781A3.004 3.004 0 0 0 2.223.1l2.141 2.142L4 4l-1.757.364zm13.37 9.019.528.026.287.445.445.287.026.529L15 13l-.242.471-.026.529-.445.287-.287.445-.529.026L13 15l-.471-.242-.529-.026-.287-.445-.445-.287-.026-.529L11 13l.242-.471.026-.529.445-.287.287-.445.529-.026L13 11z"/></svg>'
  14. taskLifecycleManager: '@App\Service\TaskLifecycleManager'
  15. geoJsonManager: '@App\Service\GeoJsonManager'
  16. sourceGenerator: '@App\Service\SourceGenerator'
  17. short_title: '%short_title%'
  18. long_title: '%long_title%'
  19. tools:
  20. - label: 'Communes'
  21. route: 'app_tools_city'
  22. when@test:
  23. twig:
  24. strict_variables: true