You are here

pfdp.schema.yml in Private files download permission 8.2

Same filename and directory in other branches
  1. 3.x config/schema/pfdp.schema.yml
config/schema/pfdp.schema.yml

File

config/schema/pfdp.schema.yml
View source
  1. pfdp.pfdp_directory.*:
  2. type: config_entity
  3. label: 'Private files download permission directory'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. path:
  9. type: path
  10. label: 'Path'
  11. bypass:
  12. type: boolean
  13. label: 'Bypass'
  14. grant_file_owners:
  15. type: boolean
  16. label: 'Grant file owners'
  17. users:
  18. type: sequence
  19. label: 'Users'
  20. sequence:
  21. type: string
  22. label: 'User'
  23. roles:
  24. type: sequence
  25. label: 'Roles'
  26. sequence:
  27. type: string
  28. label: 'Role'