We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c886e commit 80894b2Copy full SHA for 80894b2
Configuration/TCA/Overrides/tt_content.php
@@ -9,6 +9,8 @@
9
'after'
10
);
11
12
+ $GLOBALS['TCA']['tt_content']['ctrl']['typeicon_classes']['codeblock'] = 'content-codeblock';
13
+
14
$GLOBALS['TCA']['tt_content']['types']['codeblock'] = [
15
'showitem' => '
16
--div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:general,
ext_localconf.php
@@ -1,5 +1,5 @@
1
<?php
2
-defined('TYPO3_MODE') or die();
+defined('TYPO3') or die();
3
4
call_user_func(static function () {
5
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['tt_content_drawItem']['codeblock'] =
0 commit comments