Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

menu_ui.schema.yml

core/modules/menu_ui/config/schema/menu_ui.schema.yml

File

core/modules/menu_ui/config/schema/menu_ui.schema.yml

View source
  1. # Schema for configuration files of the Menu UI module.
  2. menu_ui.settings:
  3. type: config_object
  4. label: 'Menu settings'
  5. constraints:
  6. FullyValidatable: ~
  7. mapping:
  8. override_parent_selector:
  9. type: boolean
  10. label: 'Override parent selector'
  11. node.type.*.third_party.menu_ui:
  12. type: mapping
  13. label: 'Per-content type menu settings'
  14. mapping:
  15. available_menus:
  16. type: sequence
  17. label: 'Available menus'
  18. sequence:
  19. type: string
  20. label: 'Menu machine name'
  21. parent:
  22. type: string
  23. label: 'Parent'
RSS feed
Powered by Drupal