Skip to content
Snippets Groups Projects
Commit 220341bf authored by Wouter Wolters's avatar Wouter Wolters Committed by Markus Klein
Browse files

[BUGFIX] TCA CE table wizard is gone

Add correct TCA for table CType.

Resolves: #70173
Releases: master
Change-Id: Id79037fcbdbd99897cce356ad18ef1ffbe0b4ad5
Reviewed-on: http://review.typo3.org/43631


Reviewed-by: default avatarDaniel Goerz <ervaude@gmail.com>
Tested-by: default avatarDaniel Goerz <ervaude@gmail.com>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
parent ce752826
No related merge requests found
......@@ -74,6 +74,9 @@ call_user_func(function() {
categories';
}
// Add table wizard
$GLOBALS['TCA']['tt_content']['types']['table']['columnsOverrides']['bodytext']['defaultExtras'] = 'nowrap:wizards[table]';
// Add additional fields for bullets + upload CTypes
$additionalColumns = [
'bullets_type' => [
......
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