8
0
Bifurcation 0
Disable-Admin-Elements/README.md

15 lignes
448 B
Markdown
Brut Vue normale Historique

2019-11-16 10:28:31 +01:00
# Disable Admin Elements
2019-08-07 14:50:54 +02:00
Hide unused menu items in the oxid eshop admin
## Features
* you can hide any element of the xml files (e.g. menu.xml) like navigation or tab elements
* you only need the id of the element node (e.g. 'tbclorder_downloads' or 'mxwrapping')
## Install
* Run this composer statement in your shop. Adjust this instruction if your installation requires it.
2019-11-16 10:28:31 +01:00
`composer require d3/disable-admin-elements --update-no-dev`