You are here

mailgun.schema.yml in Mailgun 8

config/schema/mailgun.schema.yml

File

config/schema/mailgun.schema.yml
View source
  1. mailgun.settings:
  2. type: config_object
  3. label: 'Mailgun settings'
  4. mapping:
  5. api_endpoint:
  6. type: string
  7. api_key:
  8. type: string
  9. working_domain:
  10. type: string
  11. debug_mode:
  12. type: boolean
  13. test_mode:
  14. type: boolean
  15. tracking_opens:
  16. type: string
  17. tracking_clicks:
  18. type: string
  19. tracking_exception:
  20. type: string
  21. format_filter:
  22. type: string
  23. use_queue:
  24. type: boolean
  25. use_theme:
  26. type: boolean
  27. tagging_mailkey:
  28. type: boolean