[TYPO3-dev] Cosmetics with localconf.php
Michael Knabe
t3 at aafhh.de
Fri Apr 30 16:38:23 CEST 2010
Hi,
I would definitely love this idea. Another thing in this file that
always disturbed me and should IMHO be part of a cleanup is the
comma-separated extList. Could be changed like this:
$TYPO3_CONF_VARS['EXT']['extListArray'] = array(
"css_styled_content",
"version",
"tsconfig_help",
);
$TYPO3_CONF_VARS['EXT']['extList'] = implode(',',
$TYPO3_CONF_VARS['EXT']['extListArray']);
That would not only make the list more readable, it would also allow
commenting some extensions for testing purposes while not changing the
"API" of localconf.php
Same applies for extList_FE of course.
Cheers,
Michael
More information about the TYPO3-dev
mailing list