No Description
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.

system.yaml 467B

1234567891011121314151617181920212223242526272829303132333435
  1. home:
  2. alias: '/getting-started'
  3. pages:
  4. theme: site
  5. markdown_extra: true
  6. process:
  7. markdown: true
  8. twig: false
  9. cache:
  10. enabled: true
  11. check:
  12. method: file
  13. driver: auto
  14. prefix: 'g'
  15. twig:
  16. cache: true
  17. debug: false
  18. auto_reload: true
  19. autoescape: false
  20. assets:
  21. css_pipeline: true
  22. css_minify: true
  23. css_rewrite: true
  24. js_pipeline: true
  25. js_minify: true
  26. debugger:
  27. enabled: false
  28. twig: true
  29. shutdown:
  30. close_connection: true