From 263ac9fc1709e1f62191e3f6d6ecc4ede8e7ee5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=B6ffler?= Date: Sun, 15 Jul 2018 08:25:26 +0200 Subject: [PATCH 1/2] Add UserTS to give editors the possibility to link the whole website --- .../ext/t3org_layout/Configuration/UserTS/PageTree.typoscript | 1 + html/typo3conf/ext/t3org_layout/ext_localconf.php | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 html/typo3conf/ext/t3org_layout/Configuration/UserTS/PageTree.typoscript 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 0000000..4a9b430 --- /dev/null +++ b/html/typo3conf/ext/t3org_layout/Configuration/UserTS/PageTree.typoscript @@ -0,0 +1 @@ +options.pageTree.altElementBrowserMountPoints = 1 diff --git a/html/typo3conf/ext/t3org_layout/ext_localconf.php b/html/typo3conf/ext/t3org_layout/ext_localconf.php index 9eb34fe..aae2229 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'; -- GitLab From f5ba0186baa797af6d5f26fc1a85211be60f8377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=B6ffler?= Date: Sun, 15 Jul 2018 08:49:56 +0200 Subject: [PATCH 2/2] Add page id with title for editors --- .../ext/t3org_layout/Configuration/UserTS/PageTree.typoscript | 1 + 1 file changed, 1 insertion(+) diff --git a/html/typo3conf/ext/t3org_layout/Configuration/UserTS/PageTree.typoscript b/html/typo3conf/ext/t3org_layout/Configuration/UserTS/PageTree.typoscript index 4a9b430..75d1135 100644 --- a/html/typo3conf/ext/t3org_layout/Configuration/UserTS/PageTree.typoscript +++ b/html/typo3conf/ext/t3org_layout/Configuration/UserTS/PageTree.typoscript @@ -1 +1,2 @@ options.pageTree.altElementBrowserMountPoints = 1 +options.pageTree.showPageIdWithTitle = 1 -- GitLab