diff --git a/html/typo3conf/ext/t3org_layout/Configuration/UserTS/PageTree.typoscript b/html/typo3conf/ext/t3org_layout/Configuration/UserTS/PageTree.typoscript
new file mode 100644
index 0000000000000000000000000000000000000000..75d11356ecd1a29e46877d3ecde7dcf645f732d7
--- /dev/null
+++ b/html/typo3conf/ext/t3org_layout/Configuration/UserTS/PageTree.typoscript
@@ -0,0 +1,2 @@
+options.pageTree.altElementBrowserMountPoints = 1
+options.pageTree.showPageIdWithTitle = 1
diff --git a/html/typo3conf/ext/t3org_layout/ext_localconf.php b/html/typo3conf/ext/t3org_layout/ext_localconf.php
index 9eb34fe1e8dde39a59944839523723ff76255b3e..aae2229570ee64a42282ddbc4c07936fd12827a7 100644
--- a/html/typo3conf/ext/t3org_layout/ext_localconf.php
+++ b/html/typo3conf/ext/t3org_layout/ext_localconf.php
@@ -4,6 +4,10 @@
''
);
+\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addUserTSConfig(
+ ''
+);
+
// url index.php?eID=SolrSuggest&term=sdfsdfsdf
$GLOBALS['TYPO3_CONF_VARS']['FE']['eID_include']['SolrSuggest'] = \T3o\T3orgLayout\Controller\SolrInstantSearchController::class . '::suggest';