From 4465fcfdf16ebd031cd111dcdad6558c1b9513a3 Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Thu, 2 Nov 2023 15:35:10 +0100 Subject: [PATCH] [TASK] Clean up usages of typo3conf/ext/styleguide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some left over usages pointing to typo3conf/ext/styleguide directly. This is a backport for v12 compose-mode compatibility where files need to be referenced via API for path resolution to work (to use /_assets/… instead of a static path pointing to /typo3conf/). Resolves: #102235 Releases: main, 12, 11 Upstream: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81649 --- Configuration/TypoScript/setup.typoscript | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Configuration/TypoScript/setup.typoscript b/Configuration/TypoScript/setup.typoscript index a0b0855d..bcfd2792 100644 --- a/Configuration/TypoScript/setup.typoscript +++ b/Configuration/TypoScript/setup.typoscript @@ -11,11 +11,6 @@ // Configure admin panel config.admPanel = 1 -page.headerData.1568907945 = TEXT -page.headerData.1568907945.value ( - -) - // Define template paths for fluid_styled_content lib.contentElement { templateName = Default @@ -61,6 +56,7 @@ lib.dynamicContent { page = PAGE page { typeNum = 0 + shortcutIcon = EXT:styleguide/Resources/Public/Icons/Extension.svg 10 = FLUIDTEMPLATE 10 { templateName = StyleguideFrontend