You are here

mailchimp.schema.yml in Mailchimp 8

Same filename and directory in other branches
  1. 2.x config/schema/mailchimp.schema.yml
config/schema/mailchimp.schema.yml

File

config/schema/mailchimp.schema.yml
View source
  1. # Schema for the configuration files of the mailchimp module.
  2. mailchimp.settings:
  3. type: config_object
  4. label: 'Mailchimp settings'
  5. mapping:
  6. api_key:
  7. type: string
  8. label: 'Mailchimp API Integration Key'
  9. api_timeout:
  10. type: integer
  11. label: 'Mailchimp API Timeout'
  12. cron:
  13. type: boolean
  14. label: 'Queue subscription operations for cron'
  15. batch_limit:
  16. type: integer
  17. label: 'Batch limit'
  18. api_classname:
  19. type: string
  20. label: 'Mailchimp API Class Name'
  21. test_mode:
  22. type: boolean
  23. label: 'Whether mailchimp send is currently in test mode'
  24. # Connected Sites configuration.
  25. enable_connected:
  26. type: boolean
  27. label: 'Whether this site is connected to Mailchimp via Connected Sites.'
  28. connected_id:
  29. type: string
  30. label: 'The ID of the Mailchimp connected site linked to this site.'
  31. connected_paths:
  32. type: string
  33. label: 'The ID of the Mailchimp connected site linked to this site.'
  34. webhook_hash:
  35. type: string
  36. lable: 'Hash to validate incoming webhooks'