Skip to content
Snippets Groups Projects
Commit a0d27d91 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Christian Kuhn
Browse files

[BUGFIX] Fix comments in TCA overrides of EXT:t3editor

Resolves: #93113
Releases: master, 10.4
Change-Id: I472414164c2d0628a7b4d85cdb456c9f89024007
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67187


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 41ccc6b6
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
defined('TYPO3') or die();
// Activate t3editor for sys_template config
// Activate t3editor for be_groups TSconfig
if (is_array($GLOBALS['TCA']['be_groups']['columns']['TSconfig']['config'])) {
$GLOBALS['TCA']['be_groups']['columns']['TSconfig']['config']['renderType'] = 't3editor';
$GLOBALS['TCA']['be_groups']['columns']['TSconfig']['config']['format'] = 'typoscript';
......
......@@ -2,7 +2,7 @@
defined('TYPO3') or die();
// Activate t3editor for sys_template config
// Activate t3editor for be_users TSconfig
if (is_array($GLOBALS['TCA']['be_users']['columns']['TSconfig']['config'])) {
$GLOBALS['TCA']['be_users']['columns']['TSconfig']['config']['renderType'] = 't3editor';
$GLOBALS['TCA']['be_users']['columns']['TSconfig']['config']['format'] = 'typoscript';
......
......@@ -2,7 +2,7 @@
defined('TYPO3') or die();
// Activate t3editor for sys_template config
// Activate t3editor for pages TSconfig
if (is_array($GLOBALS['TCA']['pages']['columns']['TSconfig']['config'])) {
$GLOBALS['TCA']['pages']['columns']['TSconfig']['config']['renderType'] = 't3editor';
$GLOBALS['TCA']['pages']['columns']['TSconfig']['config']['format'] = 'typoscript';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment