Skip to content

Commit

Permalink
VCST-1282: add default main menu state (#2803)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksavosteev authored Jun 6, 2024
1 parent cb69aab commit 78889b6
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions src/VirtoCommerce.Platform.Web/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,54 @@
"PatternUrl": "/images/pattern-live.svg"
}
]
},
"DefaultMainMenuState": {
"items": [
{
"path": "browse/store",
"isFavorite": true,
"order": 0
},
{
"path": "browse/catalog",
"isFavorite": true,
"order": 1
},
{
"path": "browse/pricing",
"isFavorite": true,
"order": 2
},
{
"path": "browse/Inventory",
"isFavorite": true,
"order": 3
},
{
"path": "browse/orders",
"isFavorite": true,
"order": 4
},
{
"path": "browse/member",
"isFavorite": true,
"order": 5
},
{
"path": "browse/marketing",
"isFavorite": true,
"order": 6
},
{
"path": "browse/assets",
"isFavorite": true,
"order": 7
},
{
"path": "browse/content",
"isFavorite": true,
"order": 8
}
]
}
}

0 comments on commit 78889b6

Please sign in to comment.