You are here

user_email_verification.schema.yml in User email verification 8

config/schema/user_email_verification.schema.yml

File

config/schema/user_email_verification.schema.yml
View source
  1. user_email_verification.settings:
  2. type: config_object
  3. label: 'User Email Verification settings'
  4. mapping:
  5. skip_roles:
  6. type: sequence
  7. label: 'Skip roles'
  8. sequence:
  9. type: string
  10. label: 'User roles to skip'
  11. validate_interval:
  12. type: integer
  13. label: 'Verification time interval'
  14. num_reminders:
  15. type: integer
  16. label: 'Quantity of reminders'
  17. mail_subject:
  18. type: label
  19. label: 'Verification mail subject'
  20. mail_body:
  21. type: text
  22. label: 'Verification mail body'
  23. extended_enable:
  24. type: boolean
  25. label: ''
  26. extended_validate_interval:
  27. type: integer
  28. label: 'Extended verification time interval'
  29. extended_mail_subject:
  30. type: label
  31. label: 'Extended verification mail subject'
  32. extended_mail_body:
  33. type: text
  34. label: 'Extended verification mail body'
  35. block.settings.user_email_verification_notification:
  36. type: block_settings
  37. label: 'User Email verification notification'
  38. mapping:
  39. notification:
  40. type: mapping
  41. label: 'Notification message'
  42. mapping:
  43. value:
  44. type: text
  45. label: 'Notification message text'
  46. format:
  47. type: string
  48. label: 'Notification message format'