Skip to content

Instantly share code, notes, and snippets.

@julianwachholz
Created February 19, 2013 12:02
Show Gist options
  • Save julianwachholz/4985242 to your computer and use it in GitHub Desktop.
Save julianwachholz/4985242 to your computer and use it in GitHub Desktop.
<?php
$extList = array(
'css_styled_content',
'extbase',
'filelist',
// usw.
);
$TYPO3_CONF_VARS['EXT']['extList'] = implode(',', $extList);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment