forked from FluidTYPO3/flux
-
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.
[BUGFIX] Clean up label generation in new content wizard
* Prevents generating the `fluxContent` tab unless needed. * Uses same logic for generating all tabs and removes a redundant method * Avoids generating a new tab if the name is in the reserved list `['common', 'menu', 'special', 'forms', 'plugins']` * Allows localising the tab label via `flux.newContentWizard.$group` LLL reference * First extension to register a tab decides the tab label * Overriding the label of `fluxContent` and any other tab can be done in pageTSconfig Close: FluidTYPO3#1472 Close: FluidTYPO3#1459
- Loading branch information
1 parent
5e353ed
commit 252b7ab
Showing
3 changed files
with
29 additions
and
28 deletions.
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
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
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