From 0851659c0d89ef7612f3bb513e08452eb752fab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jasmina=20Lie=C3=9Fmann?= Date: Tue, 31 Oct 2023 20:49:26 +0100 Subject: [PATCH] [TASK] Update backend module configuration Update backend labels shown in "About TYPO3 CMS" module. Move backend module to group "System". --- Configuration/Backend/Modules.php | 13 +++++++++---- Resources/Private/Language/locallang.xlf | 10 ++++++++++ 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/Configuration/Backend/Modules.php b/Configuration/Backend/Modules.php index d5f88534..ba87a28d 100644 --- a/Configuration/Backend/Modules.php +++ b/Configuration/Backend/Modules.php @@ -5,11 +5,16 @@ return [ // Register styleguide backend module in help toolbar 'help_styleguide' => [ - 'parent' => 'help', - 'access' => 'user', - 'path' => '/module/help/styleguide', + 'parent' => 'system', + 'access' => 'admin', + 'workspaces' => 'live', + 'path' => '/module/system/styleguide', 'iconIdentifier' => 'module-styleguide', - 'labels' => 'LLL:EXT:styleguide/Resources/Private/Language/locallang.xlf', + 'labels' => [ + 'title' => 'LLL:EXT:styleguide/Resources/Private/Language/locallang.xlf:module.configuration.title', + 'shortDescription' => 'LLL:EXT:styleguide/Resources/Private/Language/locallang.xlf:module.configuration.shortDescription', + 'description' => 'LLL:EXT:styleguide/Resources/Private/Language/locallang.xlf:module.configuration.description', + ], 'routes' => [ '_default' => [ 'target' => BackendController::class . '::handleRequest', diff --git a/Resources/Private/Language/locallang.xlf b/Resources/Private/Language/locallang.xlf index 6b018be1..ec5cf02e 100755 --- a/Resources/Private/Language/locallang.xlf +++ b/Resources/Private/Language/locallang.xlf @@ -3,6 +3,16 @@
+ + Styleguide + + + Styleguide of the TYPO3 CMS + + + The module offers the creation of a page tree either with TCA demo records or content elements.<br />In addition, the most well-known backend components that come with the TYPO3 CMS are presented.<br /><em>Access for 'admin' users only!</em> + + Styleguide