You are here

homebox.schema.yml in Homebox 8

config/schema/homebox.schema.yml

File

config/schema/homebox.schema.yml
View source
  1. homebox.homebox.*:
  2. type: config_entity
  3. label: 'Homebox config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. uuid:
  12. type: string
  13. path:
  14. type: string
  15. label: 'Path'
  16. roles:
  17. type: sequence
  18. label: 'Roles'
  19. sequence:
  20. type: string
  21. label: 'Role'
  22. options:
  23. type: sequence
  24. label: 'Visibility'
  25. sequence:
  26. type: string
  27. label: 'Option'
  28. blocks:
  29. type: sequence
  30. label: 'Blocks'
  31. sequence:
  32. type: mapping
  33. mapping:
  34. id:
  35. type: string
  36. title:
  37. type: string
  38. weight:
  39. type: integer
  40. region:
  41. type: string
  42. status:
  43. type: boolean
  44. columns:
  45. type: sequence
  46. label: 'Columns'
  47. sequence:
  48. type: string
  49. label: 'Columns'