full.yml 495 B

1234567891011121314151617181920
  1. twig:
  2. form_themes:
  3. - MyBundle::form.html.twig
  4. globals:
  5. foo: "@bar"
  6. baz: "@@qux"
  7. pi: 3.14
  8. bad: {key: foo}
  9. auto_reload: true
  10. autoescape: true
  11. base_template_class: stdClass
  12. cache: /tmp
  13. charset: ISO-8859-1
  14. debug: true
  15. strict_variables: true
  16. paths:
  17. path1: ''
  18. path2: ''
  19. namespaced_path1: namespace1
  20. namespaced_path2: namespace2