Actions
Feature #22107
closedAdd a Hook to add Sub Categories to the Constant Editor
Start date:
2010-02-11
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
Currently the Sub Categories of the Constant Editor are hardcoded (Enable Features, Dimensions, etc).
Especially when you develop a flexible TypoScript Library which should be configurable with the Constant Editor it would be great if you could add custom Sub Categories.
I added a constructor to t3lib_tsparser_ext, which can also be used for other hooks or initialization stuff. Currently it only includes my Hook (callUserFunction) to add Sub Categories.
(issue imported from #M13510)
Files
Updated by Sebastian Michaelsen almost 15 years ago
Please close this issue, it's already solved by #19958
Updated by Christian Kuhn almost 15 years ago
Resolved, duplicate of #19958.
Thanks for the pointer.
Actions