From abd8dfe82888fabff3de1e4262379457b18f816d Mon Sep 17 00:00:00 2001 From: Helmut Hackbarth Date: Mon, 24 May 2021 13:18:48 +0200 Subject: [PATCH] BUGFIX: That doesn't make any sense here --- Configuration/TypoScript/Page/Template.typoscript | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Configuration/TypoScript/Page/Template.typoscript b/Configuration/TypoScript/Page/Template.typoscript index 500168fa..9580360b 100644 --- a/Configuration/TypoScript/Page/Template.typoscript +++ b/Configuration/TypoScript/Page/Template.typoscript @@ -435,16 +435,8 @@ page { [{$bootstrap.config.navbarBreakpoint} == 'sm'] page.10.settings.winwidth = {$bootstrap.navbar.breakpoint.sm} - -page.111 = TEXT -page.111.value = sm - [END] [{$bootstrap.config.navbarBreakpoint} == 'md'] - -page.111 = TEXT -page.111.value = md - page.10.settings.winwidth = {$bootstrap.navbar.breakpoint.md} [END] [{$bootstrap.config.navbarBreakpoint} == 'lg']