TYPO3 API  SVNRelease
Variables
ext_localconf.php File Reference

Go to the source code of this file.

Variables

 $TYPO3_CONF_VARS ['SYS']['contentTable'] = 'tt_content'
 $TYPO3_CONF_VARS ['FE']['eID_include']['tx_cms_showpic'] = 'EXT:cms/tslib/showpic.php'
 $TYPO3_CONF_VARS ['SC_OPTIONS']['ext/install']['compat_version']['cms']
 $TYPO3_CONF_VARS ['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][] = 'EXT:cms/tslib/hooks/class.tx_cms_treelistcacheupdate.php:&tx_cms_treelistCacheUpdate'
 $TYPO3_CONF_VARS ['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processCmdmapClass'][] = 'EXT:cms/tslib/hooks/class.tx_cms_treelistcacheupdate.php:&tx_cms_treelistCacheUpdate'
 $TYPO3_CONF_VARS ['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['moveRecordClass'][] = 'EXT:cms/tslib/hooks/class.tx_cms_treelistcacheupdate.php:&tx_cms_treelistCacheUpdate'
if(TYPO3_MODE=== 'FE') $GLOBALS ['TYPO3_CONF_VARS']['SYS']['livesearch']['page'] = 'pages'
 $GLOBALS ['TYPO3_CONF_VARS']['SYS']['livesearch']['content'] = 'tt_content'

Variable Documentation

if (TYPO3_MODE=== 'FE') $GLOBALS['TYPO3_CONF_VARS']['SYS']['livesearch']['page'] = 'pages'

Definition at line 204 of file ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SYS']['livesearch']['content'] = 'tt_content'

Definition at line 205 of file ext_localconf.php.

$TYPO3_CONF_VARS['SYS']['contentTable'] = 'tt_content'

Definition at line 172 of file ext_localconf.php.

$TYPO3_CONF_VARS['FE']['eID_include']['tx_cms_showpic'] = 'EXT:cms/tslib/showpic.php'

Definition at line 173 of file ext_localconf.php.

$TYPO3_CONF_VARS['SC_OPTIONS']['ext/install']['compat_version']['cms']
Initial value:
 array(
    'title' => 'CMS Frontend',
    'version' => 4000000,
    'description' => '<ul>' .
                    '<li><p>Word separator character for simulateStaticDocument is changed from ' .
                    'underscore (_) to hyphen (-) to make URLs more friendly for search engines' .
                    'URLs that are already existing (e.g. external links to your site) will still work like before.</p>' .
                    '<p>You can set the separator character back to an underscore by putting the following line into the '.
                    '<strong>Setup</strong> section of your Page TypoScript template:</p>' .
                    '<p style="margin-top: 5px; white-space: nowrap;"><code>config.simulateStaticDocuments_replacementChar = _</code></p></li>'.
                    '<li><p>CSS Stylesheets and JavaScript are put into an external file by default.</p>'.
                    '<p>Technically, that means that the default value of "config.inlineStyle2TempFile" is now set to "1" and that of "config.removeDefaultJS" to "external"</p></li>'.
                    '</ul>',
)

Definition at line 175 of file ext_localconf.php.

$TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][] = 'EXT:cms/tslib/hooks/class.tx_cms_treelistcacheupdate.php:&tx_cms_treelistCacheUpdate'

Definition at line 192 of file ext_localconf.php.

$TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processCmdmapClass'][] = 'EXT:cms/tslib/hooks/class.tx_cms_treelistcacheupdate.php:&tx_cms_treelistCacheUpdate'

Definition at line 193 of file ext_localconf.php.

$TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['moveRecordClass'][] = 'EXT:cms/tslib/hooks/class.tx_cms_treelistcacheupdate.php:&tx_cms_treelistCacheUpdate'

Definition at line 194 of file ext_localconf.php.