TYPO3 CMS  TYPO3_8-7
ext_localconf.php
Go to the documentation of this file.
1 <?php
2 defined('TYPO3_MODE') or die();
3 
4 // Mark the delivered TypoScript templates as "content rendering template"
5 $GLOBALS['TYPO3_CONF_VARS']['FE']['contentRenderingTemplates'][] = 'cssstyledcontent/Configuration/TypoScript/';
6 
7 // TYPO3 CMS 8 is the last version that supports CSS styled content.
8 // This extension will only receive security updates in the future,
9 // and will finally be removed from the TYPO3 Core in CMS 9.
10 //
11 // Fluid styled content and CSS styled content are now sharing the same featureset
12 // so you can now benefit from more flexible templates and adjustments without
13 // leaving any nessesary features behind.
14 \TYPO3\CMS\Core\Utility\GeneralUtility::deprecationLog(
15  'The core extension CSS styled content has been deprecated since TYPO3 CMS 8 and will be removed in TYPO3 CMS 9.'
16 );
if(TYPO3_MODE==='BE') $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tsfebeuserauth.php']['frontendEditingController']['default']