You are here

mass_contact_category.schema.yml in Mass Contact 8

config/schema/mass_contact_category.schema.yml

File

config/schema/mass_contact_category.schema.yml
View source
  1. mass_contact.category.*:
  2. type: config_entity
  3. label: 'Mass contact category config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. uuid:
  12. type: string
  13. label: 'UUID'
  14. recipients:
  15. type: sequence
  16. label: 'Recipient groupings'
  17. sequence:
  18. type: mapping
  19. mapping:
  20. grouping:
  21. type: string
  22. label: 'GroupingInterface plugin ID'
  23. categories:
  24. type: sequence
  25. label: 'Categories'
  26. sequence:
  27. type: string
  28. label: 'Category ID'
  29. conjunction:
  30. type: string
  31. label: 'Conjunction for finding recipients'
  32. selected:
  33. type: boolean
  34. label: 'Selected by default'