From 323df8af490dac31b895dd2540ae00b8c8c050ac Mon Sep 17 00:00:00 2001 From: Riccardo De Contardi Date: Sat, 26 Aug 2017 17:54:02 +0200 Subject: [PATCH] [TASK] Enable backendlayouts/ tsConfig on doktype menu separator Adds to page with doktype=199 (spacer) the tab "Appereance" with palette "backend layout" and the tab "Resources" with palette "TSConfig". Resolves: #77892 Releases: master Change-Id: I3c5a47fcc551858bc889a7fe127d241b0f961faf Reviewed-on: https://review.typo3.org/53810 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Tested-by: TYPO3com Reviewed-by: Susanne Moog Tested-by: Susanne Moog --- typo3/sysext/core/Configuration/TCA/pages.php | 4 ++++ .../core/Tests/Functional/Tca/PagesVisibleFieldsTest.php | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/typo3/sysext/core/Configuration/TCA/pages.php b/typo3/sysext/core/Configuration/TCA/pages.php index f827de8b45ec..8207e8f9c774 100644 --- a/typo3/sysext/core/Configuration/TCA/pages.php +++ b/typo3/sysext/core/Configuration/TCA/pages.php @@ -891,6 +891,10 @@ return [ --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:general, --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.palettes.standard;standard, --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.palettes.title;titleonly, + --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.tabs.appearance, + --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.palettes.layout;backend_layout, + --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.tabs.resources, + --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.palettes.config;config, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.tabs.access, --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.palettes.visibility;visibility, --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.palettes.access;access, diff --git a/typo3/sysext/core/Tests/Functional/Tca/PagesVisibleFieldsTest.php b/typo3/sysext/core/Tests/Functional/Tca/PagesVisibleFieldsTest.php index e321a769249e..3de32abd9098 100644 --- a/typo3/sysext/core/Tests/Functional/Tca/PagesVisibleFieldsTest.php +++ b/typo3/sysext/core/Tests/Functional/Tca/PagesVisibleFieldsTest.php @@ -199,8 +199,6 @@ class PagesVisibleFieldsTest extends \TYPO3\TestingFramework\Core\Functional\Fun 'author_email', 'layout', 'newUntil', - 'backend_layout', - 'backend_layout_next_level', 'module', 'content_from_pid', 'cache_timeout', @@ -217,8 +215,6 @@ class PagesVisibleFieldsTest extends \TYPO3\TestingFramework\Core\Functional\Fun 'no_search', 'php_tree_stop', 'media', - 'tsconfig_includes', - 'TSconfig', ], ], ]; -- 2.20.1