You are here

webform_mailchimp.schema.yml in Webform Mailchimp 8.5

config/schema/webform_mailchimp.schema.yml

File

config/schema/webform_mailchimp.schema.yml
View source
  1. webform.handler.mailchimp:
  2. type: mapping
  3. label: 'MailChimp'
  4. mapping:
  5. list:
  6. type: string
  7. label: 'List'
  8. email:
  9. type: string
  10. label: 'Email'
  11. double_optin:
  12. type: boolean
  13. label: 'Double Opt-In'
  14. mergevars:
  15. type: text
  16. label: 'Merge fields (YAML)'
  17. interest_groups:
  18. type: sequence
  19. label: 'Interest groups'
  20. sequence:
  21. type: sequence
  22. label: 'Category'
  23. sequence:
  24. type: string
  25. label: 'Interest group ID'
  26. control:
  27. type: string
  28. label: 'Control field'