Rename tsconfig files, add rte config for ckeditor

This commit is contained in:
Björn Fromme
2018-09-19 17:18:22 +02:00
parent 35cb6ba3fd
commit 729d3431c5
9 changed files with 60 additions and 48 deletions
@@ -118,6 +118,9 @@ call_user_func(function() {
]
);
$GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['default'] = 'EXT:ep_events/Configuration/RTE/Default.yaml';
$GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['dpn'] = 'EXT:ep_events/Configuration/RTE/Default.yaml';
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass']['EP.EpEvents'] =
\EP\EpEvents\Hooks\Tcemain::class;