You are here

access_by_ref.schema.yml in Access by Reference 8.2

config/schema/access_by_ref.schema.yml

File

config/schema/access_by_ref.schema.yml
View source
  1. access_by_ref.abrconfig.*:
  2. type: config_entity
  3. label: 'Access by ref config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. bundle:
  12. type: string
  13. label: 'Bundle'
  14. field:
  15. type: string
  16. label: 'Reference field'
  17. reference_type:
  18. type: string
  19. label: 'Reference type'
  20. extra:
  21. type: string
  22. label: 'Extra field'
  23. rights_type:
  24. type: string
  25. label: 'Rights type'
  26. rights_read:
  27. type: boolean
  28. label: 'Read rights'
  29. rights_update:
  30. type: boolean
  31. label: 'Update rights'
  32. rights_delete:
  33. type: boolean
  34. label: 'Delete rights'