You are here

varbase_core_optional_update_8603.yml in Varbase Core 8.8

config/update/varbase_core_optional_update_8603.yml

File

config/update/varbase_core_optional_update_8603.yml
View source
  1. __global_actions:
  2. expected_config: {}
  3. update_actions: {}
  4. install_modules:
  5. - swiftmailer
  6. - varbase_email
  7. mailsystem.settings:
  8. expected_config:
  9. defaults:
  10. formatter: swiftmailer
  11. sender: swiftmailer
  12. update_actions:
  13. change:
  14. defaults:
  15. formatter: php_mail
  16. sender: php_mail
  17. swiftmailer.message:
  18. expected_config:
  19. convert_mode: true
  20. format: text/html
  21. respect_format: false
  22. update_actions:
  23. change:
  24. convert_mode: false
  25. format: text/plain
  26. respect_format: true