TYPO3 CMS  TYPO3_7-6
ext_localconf.php
Go to the documentation of this file.
1 <?php
2 defined('TYPO3_MODE') or die();
3 
4 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig('
5  RTE.default.skin = EXT:t3skin/rtehtmlarea/htmlarea.css
6  RTE.default.FE.skin = EXT:t3skin/rtehtmlarea/htmlarea.css
7 ');