Actions
Feature #19958
closedConfigurable Subcategories for ext_conf_template.txt
Start date:
2009-02-03
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
The ExtensionMangers configuration page for plugins sometimes looks a bit 'unorganized', especially with long ext_conf_template files.
This is (partly) due to the hardcoded subCategory names, defined in class.t3lib_tsparser_ext.php: enable, dims, file, typo, color, links and language.
I added support for user-defined subCategory names. Example ext_conf_template.txt:
- customsubcat=beconf=LLL:EXT:sg_plugin/locallang_extconf.php:BEconf
... - cat=basic/beconf/1; type=boolean; label= Enable Page-Titles
enablePageTitles = 0
Patch against trunk - Revison 4930 appended.
(issue imported from #M10333)
Files
Updated by Stefan Geith almost 16 years ago
Uploaded new version of patch: 0010333-subcats_in_conf_templates.patch
Changed "customsubcat" to "customSubcategory" as suggested by Ingo Renner.
Updated by Francois Suter over 15 years ago
Committed v3 to trunk (revision 5104).
Actions