You are here

campaignmonitor.schema.yml in Campaign Monitor 8.2

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

File

config/schema/campaignmonitor.schema.yml
View source
  1. # Schema for the configuration files of the Campaign Monitor module.
  2. campaignmonitor.settings:
  3. type: config_object
  4. label: 'Campaign Monitor settings'
  5. mapping:
  6. api_key:
  7. type: string
  8. label: 'Campaign Monitor API Integration Key'
  9. client_id:
  10. type: string
  11. label: 'Campaign Monitor Client ID'
  12. cache_timeout:
  13. type: string
  14. label: 'Cache timeout in seconds for stats, subscribers and archive information'
  15. archive:
  16. type: boolean
  17. label: 'Newsletter archive'
  18. logging:
  19. type: boolean
  20. label: 'Log errors'
  21. instructions:
  22. type: string
  23. label: 'Newsletter instructions'
  24. cron:
  25. type: boolean
  26. label: 'Queue subscription operations for cron'
  27. batch_limit:
  28. type: integer
  29. label: 'Batch limit'
  30. api_classname:
  31. type: string
  32. label: 'Campaign Monitor API Class Name'
  33. test_mode:
  34. type: boolean
  35. label: 'Whether Campaign Monitor send is currently in test mode'