2 defined(
'TYPO3_MODE') or die();
5 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('rtehtmlarea', 'static/clickenlarge/', 'Clickenlarge Rendering');
8 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_rtehtmlarea_acronym');
9 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_rtehtmlarea_acronym', 'EXT:rtehtmlarea/Resources/Private/Language/locallang_csh_abbreviation.xlf');
13 'General' => 'EXT:rtehtmlarea/Resources/Private/Language/locallang_csh.xlf',
14 'Abbreviation' => 'EXT:rtehtmlarea/Resources/Private/Language/Plugins/Abbreviation/locallang_csh.xlf',
15 'EditElement' => 'EXT:rtehtmlarea/Resources/Private/Language/Plugins/EditElement/locallang_csh.xlf',
16 'Language' => 'EXT:rtehtmlarea/Resources/Private/Language/Plugins/Language/locallang_csh.xlf',
17 'MicrodataSchema' => 'EXT:rtehtmlarea/Resources/Private/Language/Plugins/MicrodataSchema/locallang_csh.xlf',
18 'PlainText' => 'EXT:rtehtmlarea/Resources/Private/Language/Plugins/PlainText/locallang_csh.xlf',
19 'RemoveFormat' => 'EXT:rtehtmlarea/Resources/Private/Language/Plugins/RemoveFormat/locallang_csh.xlf',
20 'TableOperations' => 'EXT:rtehtmlarea/Resources/Private/Language/Plugins/TableOperations/locallang_csh.xlf'
23 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr(
'xEXT_rtehtmlarea_' . $key, $file);
28 if (TYPO3_MODE ===
'BE' && \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded(
'setup') && is_array(
$GLOBALS[
'TYPO3_USER_SETTINGS'])) {
29 $GLOBALS[
'TYPO3_USER_SETTINGS'][
'columns'] = array_merge(
$GLOBALS[
'TYPO3_USER_SETTINGS'][
'columns'], array(
32 'label' =>
'LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang.xlf:rteWidth',
33 'csh' =>
'xEXT_rtehtmlarea_General:rteWidth'
37 'label' =>
'LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang.xlf:rteHeight',
38 'csh' =>
'xEXT_rtehtmlarea_General:rteHeight'
42 'label' =>
'LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang.xlf:rteResize',
43 'csh' =>
'xEXT_rtehtmlarea_General:rteResize'
45 'rteMaxHeight' => array(
47 'label' =>
'LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang.xlf:rteMaxHeight',
48 'csh' =>
'xEXT_rtehtmlarea_General:rteMaxHeight'
50 'rteCleanPasteBehaviour' => array(
52 'renderType' =>
'selectSingle',
53 'label' =>
'LLL:EXT:rtehtmlarea/Resources/Private/Language/Plugins/PlainText/locallang_js.xlf:rteCleanPasteBehaviour',
55 'plainText' =>
'LLL:EXT:rtehtmlarea/Resources/Private/Language/Plugins/PlainText/locallang_js.xlf:plainText',
56 'pasteStructure' =>
'LLL:EXT:rtehtmlarea/Resources/Private/Language/Plugins/PlainText/locallang_js.xlf:pasteStructure',
57 'pasteFormat' =>
'LLL:EXT:rtehtmlarea/Resources/Private/Language/Plugins/PlainText/locallang_js.xlf:pasteFormat'
59 'csh' =>
'xEXT_rtehtmlarea_PlainText:behaviour'
62 $GLOBALS[
'TYPO3_USER_SETTINGS'][
'showitem'] .=
',--div--;LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang.xlf:rteSettings,rteWidth,rteHeight,rteResize,rteMaxHeight,rteCleanPasteBehaviour';