From a7231e23f4ffc7fcd47def4453792c5fcaa38313 Mon Sep 17 00:00:00 2001 From: Benni Mack <benni@typo3.org> Date: Wed, 20 Jan 2016 09:20:36 +0100 Subject: [PATCH] [TASK] Move CSS Styled Content FlexForm to correct location Resolves: #72823 Releases: master Change-Id: Id636e30eda177265c62031459f256f2a2203b47e Reviewed-on: https://review.typo3.org/46101 Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by: Daniel Goerz <ervaude@gmail.com> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by: Andreas Fernandez <typo3@scripting-base.de> Tested-by: Andreas Fernandez <typo3@scripting-base.de> --- .../{flexform_ds.xml => Configuration/FlexForms/table.xml} | 0 .../Configuration/TCA/Overrides/tt_content.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename typo3/sysext/css_styled_content/{flexform_ds.xml => Configuration/FlexForms/table.xml} (100%) diff --git a/typo3/sysext/css_styled_content/flexform_ds.xml b/typo3/sysext/css_styled_content/Configuration/FlexForms/table.xml similarity index 100% rename from typo3/sysext/css_styled_content/flexform_ds.xml rename to typo3/sysext/css_styled_content/Configuration/FlexForms/table.xml diff --git a/typo3/sysext/css_styled_content/Configuration/TCA/Overrides/tt_content.php b/typo3/sysext/css_styled_content/Configuration/TCA/Overrides/tt_content.php index 28e372458376..2e2f01f7bd87 100644 --- a/typo3/sysext/css_styled_content/Configuration/TCA/Overrides/tt_content.php +++ b/typo3/sysext/css_styled_content/Configuration/TCA/Overrides/tt_content.php @@ -359,7 +359,7 @@ $extraContentColumns = array( \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns('tt_content', $extraContentColumns); // Add flexform -\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('*', 'FILE:EXT:css_styled_content/flexform_ds.xml', 'table'); +\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue('*', 'FILE:EXT:css_styled_content/Configuration/FlexForms/table.xml', 'table'); // Add content elements $GLOBALS['TCA']['tt_content']['ctrl']['typeicon_classes'] = array_merge( -- GitLab