Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jan 10, 2022
1 parent 3dbac13 commit 8c96b14
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/config/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@
'backendAdmin' => [
'menu' => [
'data' => [
'marketplace' => [
'other' => [
'items' => [
[
"name" => ['skeeks/marketplace', "Updated platforms"],
"url" => ["cmsMarketplace/admin-composer-update/update"],
"image" => ['skeeks\cms\marketplace\assets\CmsMarkerplaceAsset', 'icons/update-2.png'],
],
],
],
/*'marketplace' => [
'priority' => 400,
'name' => ['skeeks/marketplace', 'Marketplace'],
"image" => ['skeeks\cms\marketplace\assets\CmsMarkerplaceAsset', 'icons/marketplace.png'],
Expand Down Expand Up @@ -38,7 +47,7 @@
"image" => ['skeeks\cms\marketplace\assets\CmsMarkerplaceAsset', 'icons/update-2.png'],
],
],
],
],*/
],
],
],
Expand Down

0 comments on commit 8c96b14

Please sign in to comment.