Add structure for existing blogs plus redirects to db
This commit is contained in:
parent
8fc7aac5a9
commit
f3436cdc64
2 changed files with 10 additions and 0 deletions
7
Configuration/UserTSconfig/Options.tsconfig
Normal file
7
Configuration/UserTSconfig/Options.tsconfig
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
options {
|
||||||
|
pageTree {
|
||||||
|
backgroundColor {
|
||||||
|
2 = rgb(156, 217, 240);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,3 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['default'] = 'EXT:ds_site/Configuration/RTE/Default.yaml';
|
$GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['default'] = 'EXT:ds_site/Configuration/RTE/Default.yaml';
|
||||||
|
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addUserTSConfig(
|
||||||
|
"@import 'EXT:ds_site/Configuration/UserTSconfig/*.tsconfig'"
|
||||||
|
);
|
||||||
|
|
Loading…
Reference in a new issue