Skip to content

Commit

Permalink
Merge pull request #197 from t3solution/5.1.10
Browse files Browse the repository at this point in the history
New release v5.1.10
  • Loading branch information
t3solution authored Apr 26, 2022
2 parents 41f08a3 + bddc865 commit 0a5cca1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Classes/Command/CustomScss.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions Configuration/TypoScript/setup.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0a5cca1

Please sign in to comment.