You are here

mass_contact.schema.yml in Mass Contact 8

config/schema/mass_contact.schema.yml

File

config/schema/mass_contact.schema.yml
View source
  1. mass_contact.settings:
  2. type: config_object
  3. label: 'Mass Contact ettings'
  4. mapping:
  5. form_information:
  6. type: string
  7. label: 'Additional form help text'
  8. recipient_limit:
  9. type: integer
  10. label: 'Recipient limit'
  11. send_with_cron:
  12. type: boolean
  13. label: 'Send with cron/job queue'
  14. optout_enabled:
  15. type: string
  16. label: 'Allow users to opt-out of emails'
  17. create_archive_copy:
  18. type: boolean
  19. label: 'Create and archive copy of the email'
  20. hourly_threshold:
  21. type: integer
  22. character_set:
  23. type: string
  24. default_sender_name:
  25. type: string
  26. default_sender_email:
  27. type: string
  28. category_display:
  29. type: string
  30. include_from_name:
  31. type: boolean
  32. include_to_name:
  33. type: boolean
  34. use_bcc:
  35. type: boolean
  36. category_override:
  37. type: boolean
  38. number_of_attachments:
  39. type: integer
  40. attachment_location:
  41. type: string
  42. message_format:
  43. type: string
  44. label: 'Message format to use'
  45. message_prefix:
  46. type: text_format
  47. label: 'Text to prepend to all messages'
  48. message_suffix:
  49. type: text_format
  50. label: 'Text to append to all messages'
  51. wait_time:
  52. type: integer