diff --git a/Classes/Command/CustomScss.php b/Classes/Command/CustomScss.php index cbd44fd4..6e58e3de 100644 --- a/Classes/Command/CustomScss.php +++ b/Classes/Command/CustomScss.php @@ -152,7 +152,8 @@ protected function execute(InputInterface $input, OutputInterface $output) GeneralUtility::writeFile($customFile, $customContent); # Custom - $customDir = 'fileadmin/T3SB/Resources/Public/SCSS/'; +# $customDir = 'fileadmin/T3SB/Resources/Public/SCSS/'; + $customDir = $settings['customScssPath'] ? $settings['customScssPath'] : 'fileadmin/T3SB/Resources/Public/SCSS/'; $customPath = GeneralUtility::getFileAbsFileName($customDir); $queryBuilder = GeneralUtility::makeInstance(ConnectionPool::class)->getQueryBuilderForTable('pages'); diff --git a/Classes/Backend/Controller/ConfigController.php b/Classes/Controller/ConfigController.php similarity index 100% rename from Classes/Backend/Controller/ConfigController.php rename to Classes/Controller/ConfigController.php diff --git a/Classes/Backend/Controller/ConsentController.php b/Classes/Controller/ConsentController.php similarity index 100% rename from Classes/Backend/Controller/ConsentController.php rename to Classes/Controller/ConsentController.php diff --git a/Configuration/TypoScript/setup.typoscript b/Configuration/TypoScript/setup.typoscript index 64195a0b..9959c1a1 100644 --- a/Configuration/TypoScript/setup.typoscript +++ b/Configuration/TypoScript/setup.typoscript @@ -7,6 +7,7 @@ module.tx_t3sbootstrap { } settings { customScss = {$bootstrap.extconf.customScss} + customScssPath = {$bootstrap.customScssPath} editScss = {$bootstrap.extconf.editScss} bootswatch = {$bootstrap.extconf.bootswatch} bootswatchURL = https://bootswatch.com/5/ diff --git a/ext_emconf.php b/ext_emconf.php index 99ac87af..0426a652 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -19,7 +19,7 @@ 'state' => 'stable', 'clearCacheOnLoad' => true, 'author_company' => 't3solution', - 'version' => '5.1.9', + 'version' => '5.1.10', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.18-11.9.99',