You are here

uc_store.links.menu.yml in Ubercart 8.4

uc_store/uc_store.links.menu.yml

File

uc_store/uc_store.links.menu.yml
View source
  1. uc_store.admin.store:
  2. title: Store
  3. description: 'Administer orders, products, customers, store settings, etc.'
  4. route_name: uc_store.admin
  5. parent: system.admin
  6. weight: -12
  7. uc_store.admin.store.reports:
  8. title: Reports
  9. description: 'Browse various store reports.'
  10. route_name: uc_store.reports
  11. parent: uc_store.admin.store
  12. weight: 2
  13. uc_store.admin.store.config:
  14. title: Configuration
  15. description: 'Adjust configuration settings for Ubercart.'
  16. route_name: uc_store.config
  17. parent: uc_store.admin.store
  18. weight: 6
  19. uc_store.admin.store.config.store:
  20. title: Store
  21. description: 'Configure basic store settings.'
  22. route_name: uc_store.config_form
  23. parent: uc_store.admin.store.config
  24. weight: -1