You are here

menu_link_config.schema.yml in Config menu link 8

config/schema/menu_link_config.schema.yml

File

config/schema/menu_link_config.schema.yml
View source
  1. menu_link_config.menu_link_config.*:
  2. type: config_entity
  3. label: 'View'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. title:
  9. type: text
  10. label: 'Title'
  11. route_name:
  12. type: string
  13. label: 'Route name'
  14. route_parameters:
  15. type: sequence
  16. label: 'Route parameters'
  17. options:
  18. type: sequence
  19. label: 'Options'
  20. expanded:
  21. type: boolean
  22. label: 'Expanded'
  23. menu_name:
  24. type: string
  25. label: 'Menu name'
  26. enabled:
  27. type: boolean
  28. label: 'Enabled'
  29. parent:
  30. type: string
  31. label: 'Parent'
  32. weight:
  33. type: integer
  34. label: 'Weight'
  35. description:
  36. type: text
  37. label: 'Description'