Skip to content

Instantly share code, notes, and snippets.

@pixelbrackets
Last active September 22, 2016 12:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pixelbrackets/801152f3d333382d923daa5f0d4becc2 to your computer and use it in GitHub Desktop.
Save pixelbrackets/801152f3d333382d923daa5f0d4becc2 to your computer and use it in GitHub Desktop.
Blind menu items in TYPO3 Info module
/*
If you blind a menu item (e.g. let an editor edit translations, but dont show him tsconfig),
then check for all currently registered keys in the configuration module.
Open the configuration module in TYPO3 backend and select the option »BE Modules Extensions«.
This will show a tree. Just copy the key names and adjust the following snippet to your needs.
Warning: This will just blind the option, it is not an access check.
*/
mod.web_info.menu.function {
TYPO3\CMS\InfoPagetsconfig\Controller\InfoPageTyposcriptConfigController = 0
TYPO3\CMS\Belog\Module\BackendLogModuleBootstrap = 0
TYPO3\CMS\Frontend\Controller\PageInformationController = 0
TYPO3\CMS\Frontend\Controller\TranslationStatusController = 1
tx_crawler_modfunc1 = 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment