Skip to content

Commit

Permalink
2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Jul 20, 2020
1 parent fecf665 commit 944384d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions appfront/config/fecshop_local_services/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
* 在菜单后面部分(产品分类菜单的前面部分)的自定义菜单
*/
'behindCustomMenu' => [
/*
[
'name' => 'custom menu', // 菜单名字
'urlPath' => '/my-custom-menu.html', // 菜单对应的url
Expand All @@ -118,6 +119,7 @@
],
],
],
*/
],
],
],
Expand Down
2 changes: 2 additions & 0 deletions apphtml5/config/fecshop_local_services/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
* 在菜单后面部分(产品分类菜单的前面部分)的自定义菜单
*/
'behindCustomMenu' => [
/*
[
'name' => 'custom menu', // 菜单名字
'urlPath' => '/my-custom-menu.html', // 菜单对应的url
Expand All @@ -75,6 +76,7 @@
],
],
],
*/
],
],

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": ">=5.6.0",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-apidoc": "~2.0.0",
"fancyecommerce/fecshop": "2.7.4"
"fancyecommerce/fecshop": "2.7.5"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
Expand Down

0 comments on commit 944384d

Please sign in to comment.