TASK: Cleanup TypoScript

Do not provide unnecessary Constants or Setup.

Fluid paths are there out of the box and integrators have all freedom
without the provided constants.
This commit is contained in:
Daniel Siepmann 2018-12-29 18:08:00 +01:00
parent 564ca1511c
commit 12c3623dff
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 0 additions and 14 deletions

View file

@ -1,10 +1,4 @@
plugin.tx_searchcore {
view {
templateRootPath = EXT:search_core/Resources/Private/Templates
partialRootPath = EXT:search_core/Resources/Private/Partials
layoutRootPath = EXT:search_core/Resources/Private/Layouts
}
settings {
connections {
elasticsearch {

View file

@ -1,13 +1,5 @@
plugin.tx_searchcore {
view {
templateRootPaths.10 = {$plugin.tx_searchcore.view.templateRootPath}
partialRootPaths.10 = {$plugin.tx_searchcore.view.partialRootPath}
layoutRootPaths.10 = {$plugin.tx_searchcore.view.layoutRootPath}
}
settings {
searchOverview = {$plugin.tx_searchcore.settings.searchOverview}
connections {
elasticsearch {
host = {$plugin.tx_searchcore.settings.connections.elasticsearch.host}