You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Dartsch 77605f192b
change requirements to oxid-ce core package
2 years ago
src initial commit 4 years ago
.gitattributes change line endings for easy patching 3 years ago
README.md changed composer setting 3 years ago
composer.json change requirements to oxid-ce core package 2 years ago

README.md

Disable Admin Elements

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.

    composer require d3/disableadminelements --update-no-dev