-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d4010f
commit 7d47b23
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,24 @@ | ||
# TYPO3 CMS Extension "tabmoduleclick" | ||
Open modules in TYPO3 backend in a new browser tab (middle mouse button) and get directed to the intended submodule. | ||
|
||
## What does it do? | ||
|
||
If you are like me, you are constantly opening new web pages with the middle mouse button in your browser. | ||
But if you are trying to the middle mouse button to open a new submodule in the TYPO3 Backend (like for instance the Page, List, Info modules), the new tab will not have the submodule open as you maybe expected, but will just show you the configured home page of the TYPO3 backend. | ||
This is because clicks in the module menu are only handled via javascript and using the middle mouse button is not intended by design. | ||
|
||
This extension fixes this behaviour and makes working with the TYPO3 backend for middle mouse button users a lot more comfortable. | ||
|
||
Currently support TYPO3 8.7 and 9.5 LTS | ||
## Requirements | ||
|
||
Currently support TYPO3 8.7 and 9.5 LTS | ||
|
||
## Installation | ||
|
||
### Installation with composer | ||
|
||
`composer require christianessl/tabmoduleclick`. | ||
|
||
### Installation with TER | ||
|
||
Open the TYPO3 Extension Manager, search for `tabmoduleclick` and install the extension. |