You are here

commerce_stock_local.links.menu.yml in Commerce Stock 8

modules/local_storage/commerce_stock_local.links.menu.yml

File

modules/local_storage/commerce_stock_local.links.menu.yml
View source
  1. # Stock Location menu items definition
  2. entity.commerce_stock_location.collection:
  3. title: 'Stock locations'
  4. route_name: entity.commerce_stock_location.collection
  5. description: 'List stock location entities'
  6. parent: 'commerce_stock.configuration'
  7. weight: 20
  8. # Stock Location type menu items definition
  9. entity.commerce_stock_location_type.collection:
  10. title: 'Stock location types'
  11. route_name: entity.commerce_stock_location_type.collection
  12. description: 'Manage your stock location types.'
  13. parent: 'commerce_stock.configuration'
  14. weight: 30
  15. # Cron configuration and related behaviours
  16. commerce_stock_local.ls_config_form:
  17. title: 'Local stock configuration'
  18. description: 'Configure Commerce local stock and cron settings.'
  19. parent: 'commerce_stock.configuration'
  20. route_name: 'commerce_stock_local.ls_config_form'
  21. weight: 40