You are here

sparkpost.schema.yml in Sparkpost email 8.2

Same filename and directory in other branches
  1. 8 config/schema/sparkpost.schema.yml
config/schema/sparkpost.schema.yml

File

config/schema/sparkpost.schema.yml
View source
  1. sparkpost.settings:
  2. type: config_object
  3. label: 'Sparkpost config.'
  4. mapping:
  5. api_hostname:
  6. type: text
  7. label: 'Api hostname'
  8. api_key:
  9. type: text
  10. label: 'Api key'
  11. debug:
  12. type: boolean
  13. label: 'Debug mode'
  14. sender:
  15. type: email
  16. label: 'Sender email'
  17. sender_name:
  18. type: text
  19. label: 'Sender name'
  20. format:
  21. label: 'Format to format message'
  22. type: text
  23. async:
  24. type: boolean
  25. label: 'Send async'
  26. skip_cron:
  27. type: boolean
  28. label: 'Skip queue on cron'