You are here

email_confirmer.schema.yml in Email confirmer 8

config/schema/email_confirmer.schema.yml

File

config/schema/email_confirmer.schema.yml
View source
  1. # Schema for the configuration files of the email confirmer module.
  2. email_confirmer.settings:
  3. type: config_object
  4. label: 'Email confirmer settings'
  5. mapping:
  6. hash_expiration:
  7. type: integer
  8. label: 'Hash expiration'
  9. restrict_same_ip:
  10. type: boolean
  11. label: 'Restrict same IP'
  12. resendrequest_delay:
  13. type: integer
  14. label: 'Request resend delay'
  15. confirmation_lifetime:
  16. type: integer
  17. label: 'Confirmation life time'
  18. confirmation_request:
  19. type: mail
  20. label: 'Confirmation request mail'
  21. confirmation_response:
  22. type: mapping
  23. label: 'Confirmation response'
  24. mapping:
  25. skip_confirmation_form:
  26. type: boolean
  27. label: 'Skip confirmation form'
  28. questions:
  29. type: mapping
  30. label: 'Questions'
  31. mapping:
  32. pending:
  33. type: label
  34. label: 'Pending'
  35. expired:
  36. type: label
  37. label: 'Expired'
  38. cancelled:
  39. type: label
  40. label: 'Cancelled'
  41. confirmed:
  42. type: label
  43. label: 'Confirmed'
  44. url:
  45. type: mapping
  46. label: 'URLs'
  47. mapping:
  48. confirm:
  49. type: string
  50. label: 'Confirm'
  51. cancel:
  52. type: string
  53. label: 'Cancel'
  54. error:
  55. type: string
  56. label: 'Error'