add suggested package
This commit is contained in:
parent
6440c91116
commit
d78b28cf21
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.0.0.1 (2021-12-13)
|
||||||
|
|
||||||
|
- improve documentation
|
||||||
|
- add suggested package
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 1.0.0.0 (2021-12-11)
|
## 1.0.0.0 (2021-12-11)
|
||||||
|
|
||||||
- initial implementation
|
- initial implementation
|
@ -1,7 +1,7 @@
|
|||||||
[![deutsche Version](https://logos.oxidmodule.com/de2_xs.svg)](README.md)
|
[![deutsche Version](https://logos.oxidmodule.com/de2_xs.svg)](README.md)
|
||||||
[![english version](https://logos.oxidmodule.com/en2_xs.svg)](README.en.md)
|
[![english version](https://logos.oxidmodule.com/en2_xs.svg)](README.en.md)
|
||||||
|
|
||||||
# D³ Sortable Menus for OXID eShop
|
# D³ Sortable admin menus for OXID eShop
|
||||||
|
|
||||||
The module offers the possibility to sort the admin menus into a desired order.
|
The module offers the possibility to sort the admin menus into a desired order.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[![deutsche Version](https://logos.oxidmodule.com/de2_xs.svg)](README.md)
|
[![deutsche Version](https://logos.oxidmodule.com/de2_xs.svg)](README.md)
|
||||||
[![english version](https://logos.oxidmodule.com/en2_xs.svg)](README.en.md)
|
[![english version](https://logos.oxidmodule.com/en2_xs.svg)](README.en.md)
|
||||||
|
|
||||||
# D³ Sortierbare Menüs für OXID eShop
|
# D³ Sortierbare Admin Menüs für OXID eShop
|
||||||
|
|
||||||
Das Modul bietet die Möglichkeit, die Adminmenüs in eine gewünschte Reihenfolge zu bringen.
|
Das Modul bietet die Möglichkeit, die Adminmenüs in eine gewünschte Reihenfolge zu bringen.
|
||||||
|
|
||||||
|
@ -38,6 +38,9 @@
|
|||||||
"target-directory": "d3/sortedmenus"
|
"target-directory": "d3/sortedmenus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"suggest": {
|
||||||
|
"d3/disableadminelements": "hide menu items in the shop admin panel"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"D3\\SortedMenus\\": "../../../source/modules/d3/sortedmenus"
|
"D3\\SortedMenus\\": "../../../source/modules/d3/sortedmenus"
|
||||||
|
Loading…
Reference in New Issue
Block a user