From 24e36f0882b0d290d62ad70453cdcf7b5dbd5009 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 6 May 2024 06:54:15 +0200 Subject: [PATCH] Update to TYPO3 v13.1 Migrate deprecated https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.1/Deprecation-103211-DeprecatePageTreebackgroundColor.html --- Configuration/user.tsconfig | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/Configuration/user.tsconfig b/Configuration/user.tsconfig index 9a0b860..12b0cb4 100644 --- a/Configuration/user.tsconfig +++ b/Configuration/user.tsconfig @@ -2,10 +2,19 @@ options { pageTree { showPageIdWithTitle = 1 searchInAlias = 1 - backgroundColor { - 2 = rgb(156, 217, 240); - 39 = rgb(224, 150, 144); - 45 = rgb(255, 227, 119); + label { + 2 { + label = Blog Post + color = rgb(156, 217, 240); + } + 39 { + label = Error Page + color = rgb(224, 150, 144); + } + 45 { + label = Workshop + color = rgb(255, 227, 119); + } } } }