You are here

commerce_email.schema.yml in Commerce Email 8

config/schema/commerce_email.schema.yml

File

config/schema/commerce_email.schema.yml
View source
  1. commerce_email.commerce_email.*:
  2. type: config_entity
  3. label: 'Email'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'Machine-readable name'
  8. label:
  9. type: label
  10. label: 'Label'
  11. from:
  12. type: string
  13. label: 'From'
  14. to:
  15. type: string
  16. label: 'To'
  17. cc:
  18. type: string
  19. label: 'Cc'
  20. bcc:
  21. type: string
  22. label: 'Bcc'
  23. subject:
  24. type: label
  25. label: 'Subject'
  26. body:
  27. type: text
  28. label: 'Body'
  29. translatable: true
  30. conditions:
  31. type: sequence
  32. sequence:
  33. type: commerce_condition
  34. conditionOperator:
  35. type: string
  36. label: 'Condition operator'