toolbar.schema.yml

drupal/core/modules/toolbar/config/schema/toolbar.schema.yml

File

drupal/core/modules/toolbar/config/schema/toolbar.schema.yml
View source
  1. # Schema for the configuration files of the toolbar module.
  2. toolbar.settings:
  3. type: mapping
  4. label: 'Toolbar settings'
  5. mapping:
  6. breakpoints:
  7. type: sequence
  8. label: 'Breakpoints'
  9. sequence:
  10. - type: string
  11. toolbar.breakpoints:
  12. type: mapping
  13. label: 'Toolbar breakpoint settings'
  14. mapping:
  15. narrow:
  16. type: string
  17. label: 'Narrow'
  18. standard:
  19. type: string
  20. label: 'Standard'
  21. wide:
  22. type: string
  23. label: 'Wide'