You are here

user_expire.schema.yml in User Expire 8

config/schema/user_expire.schema.yml

File

config/schema/user_expire.schema.yml
View source
  1. # Schema for the configuration files of the User expire module.
  2. user_expire.settings:
  3. type: config_object
  4. label: 'User expire settings'
  5. mapping:
  6. frequency:
  7. type: integer
  8. label: 'Frequency time in seconds'
  9. offset:
  10. type: integer
  11. label: 'Warning offset time in seconds'
  12. user_expire_roles:
  13. type: sequence
  14. label: 'Roles and expire value'
  15. sequence:
  16. type: integer
  17. label: 'Role with expire value'