Instance | Branch |
---|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
options { | |
// enable upload fields in Element Browser | |
uploadFieldsInTopOfEB = 1 | |
createFoldersInEB =1 | |
//Add save-and-new to all forms | |
saveDocNew = 1 | |
// better Page tree | |
pageTree { | |
showNavTitle = 1 | |
showPageIdWithTitle = 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @see: typo3_src/typo3/sysext/core/Configuration/DefaultConfiguration.php | |
*/ | |
/** | |
* If phpredis extension exists, set cache backends to redis | |
*/ | |
if (extension_loaded('redis')) { |