navigation.schema.yml

Same filename in other branches
  1. 11.x core/modules/navigation/config/schema/navigation.schema.yml
core/modules/navigation/config/schema/navigation.schema.yml

File

core/modules/navigation/config/schema/navigation.schema.yml

View source
  1. # Schema for the configuration files of the Navigation module.
  2. navigation.settings:
  3. type: config_object
  4. label: 'Navigation settings'
  5. mapping:
  6. logo_provider:
  7. type: string
  8. label: 'Select Navigation logo handling'
  9. constraints:
  10. NotNull: []
  11. logo_managed:
  12. type: sequence
  13. label: 'Custom logo'
  14. sequence:
  15. type: integer
  16. logo_max_filesize:
  17. type: integer
  18. label: 'Maximum file sizes (bytes)'
  19. navigation.block_layout:
  20. type: config_object
  21. mapping:
  22. sections:
  23. type: sequence
  24. sequence:
  25. type: layout_builder.section
  26. block.settings.navigation_menu:*:
  27. type: block_settings
  28. label: 'Menu block'
  29. mapping:
  30. level:
  31. type: integer
  32. label: 'Starting level'
  33. depth:
  34. type: integer
  35. label: 'Maximum number of levels'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.