You are here

menu_block.schema.yml in Menu Block 8

config/schema/menu_block.schema.yml

File

config/schema/menu_block.schema.yml
View source
  1. block.settings.menu_block:*:
  2. type: block_settings
  3. label: 'Menu block'
  4. mapping:
  5. follow:
  6. type: boolean
  7. label: 'The initial visibility level follows the active menu item'
  8. follow_parent:
  9. type: string
  10. label: 'Set initial visibility level to the active menu item, or its children'
  11. label_link:
  12. type: boolean
  13. label: 'If the block label should be a link'
  14. label_type:
  15. type: string
  16. label: 'Label type'
  17. level:
  18. type: integer
  19. label: 'Starting level'
  20. depth:
  21. type: integer
  22. label: 'Maximum number of levels'
  23. expand_all_items:
  24. type: boolean
  25. label: 'Expand all items'
  26. parent:
  27. type: string
  28. label: 'Parent menu link'
  29. suggestion:
  30. type: string
  31. label: 'Theme suggestion'