You are here

role_expire.schema.yml in Role Expire 8

Same filename and directory in other branches
  1. 2.x config/schema/role_expire.schema.yml
config/schema/role_expire.schema.yml

File

config/schema/role_expire.schema.yml
View source
  1. role_expire.config:
  2. type: config_object
  3. mapping:
  4. role_expire_default_roles:
  5. type: string
  6. label: 'Roles to assign after a role expires'
  7. role_expire_disabled_roles:
  8. type: string
  9. label: 'Stores whether roles have expiration enabled or not'
  10. # rid are the keys, values are the strtotime-compatible default duration
  11. role_expire_default_duration_roles:
  12. type: sequence
  13. label: 'Default duration for each role'
  14. sequence:
  15. type: string
  16. label: 'Default duration'