Go to file
Daniel Seifert d1d8f942cf
remove version information from composer.json because of mismatch with git tag
2023-06-28 14:10:17 +02:00
src initial commit 2019-08-07 14:50:54 +02:00
.gitattributes change line endings for easy patching 2020-05-25 10:29:24 +02:00
README.md changed composer setting 2019-11-16 11:47:20 +01:00
composer.json remove version information from composer.json because of mismatch with git tag 2023-06-28 14:10:17 +02:00

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