Project

General

Profile

Actions

Feature #19958

closed

Configurable Subcategories for ext_conf_template.txt

Added by Stefan Geith about 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
Extension Manager
Target version:
-
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:

  1. customsubcat=beconf=LLL:EXT:sg_plugin/locallang_extconf.php:BEconf
    ...
  2. cat=basic/beconf/1; type=boolean; label= Enable Page-Titles
    enablePageTitles = 0

Patch against trunk - Revison 4930 appended.
(issue imported from #M10333)


Files

0010333-subcats_in_conf_templates.patch (679 Bytes) 0010333-subcats_in_conf_templates.patch Administrator Admin, 2009-02-03 14:02
0010333v2-subcats_in_conf_templates.patch (704 Bytes) 0010333v2-subcats_in_conf_templates.patch Administrator Admin, 2009-02-18 11:52
bug10133-v3.patch (758 Bytes) bug10133-v3.patch Administrator Admin, 2009-02-27 20:38

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Feature #22107: Add a Hook to add Sub Categories to the Constant EditorClosedChristian Kuhn2010-02-11

Actions
Actions #1

Updated by Stefan Geith about 15 years ago

Uploaded new version of patch: 0010333-subcats_in_conf_templates.patch
Changed "customsubcat" to "customSubcategory" as suggested by Ingo Renner.

Actions #2

Updated by Francois Suter about 15 years ago

Committed v3 to trunk (revision 5104).

Actions

Also available in: Atom PDF