sonata_core.yml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. sonata_core:
  2. form_type: horizontal
  3. flashmessage:
  4. success:
  5. types:
  6. - { type: my_custom_bundle_success }
  7. - { type: my_other_bundle_success }
  8. warning:
  9. types:
  10. - { type: my_custom_bundle_warning }
  11. - { type: my_other_bundle_warning }
  12. error:
  13. css_class: danger # optionally, a CSS class can be defined
  14. types:
  15. - { type: my_custom_bundle }
  16. confirmation: # You can add custom types too
  17. types:
  18. - { type: custom_bundle_type }
  19. confirmation: # You can add custom types too
  20. types:
  21. - { type: custom_bundle_type }
  22. confirm: # You can add custom types too
  23. types:
  24. - { type: custom_bundle_type }
  25. normal:
  26. types:
  27. - { type: custom_bundle_type }
  28. success: # You can add custom types too
  29. types:
  30. - { type: custom_bundle_type }