From a9cd7609479450913edceda5d5386975b2117e4e Mon Sep 17 00:00:00 2001 From: Helmut Hackbarth Date: Sun, 20 Oct 2024 19:12:33 +0200 Subject: [PATCH] BUGFIX: https://github.com/t3solution/t3sbootstrap/issues/410 --- Configuration/TCA/Overrides/pages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/TCA/Overrides/pages.php b/Configuration/TCA/Overrides/pages.php index 09c0a72b..3d52e235 100644 --- a/Configuration/TCA/Overrides/pages.php +++ b/Configuration/TCA/Overrides/pages.php @@ -325,7 +325,7 @@ $GLOBALS['TCA']['pages']['palettes']['bootstrap'] = [ - 'showitem' => 'tx_t3sbootstrap_smallColumns, tx_t3sbootstrap_mobileOrder, --linebreak--, tx_t3sbootstrap_container, tx_t3sbootstrap_breakpoint, --linebreak--, tx_t3sbootstrap_linkToTop, tx_t3sbootstrap_fullheightsection', + 'showitem' => 'tx_t3sbootstrap_smallColumns, tx_t3sbootstrap_mobileOrder, --linebreak--, tx_t3sbootstrap_container, tx_t3sbootstrap_breakpoint, --linebreak--, tx_t3sbootstrap_linkToTop, tx_t3sbootstrap_fullheightsection, --linebreak--, tx_t3sbootstrap_megamenu', 'canNotCollapse' => 1 ];