You are here

user_permissions.schema.yml in User restrictions 8

config/schema/user_permissions.schema.yml

File

config/schema/user_permissions.schema.yml
View source
  1. user_restrictions.user_restrictions.*:
  2. type: config_entity
  3. label: 'User restrictions'
  4. mapping:
  5. name:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. pattern:
  12. type: string
  13. label: 'Pattern'
  14. access_type:
  15. type: boolean
  16. label: 'Access type'
  17. rule_type:
  18. type: string
  19. label: 'Restriction type'
  20. expiry:
  21. type: integer
  22. label: 'Expiration'