Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
TASK: Cleanup TypoScript
Browse files Browse the repository at this point in the history
Do not provide unnecessary Constants or Setup.

Fluid paths are there out of the box and integrators have all freedom
without the provided constants.
  • Loading branch information
DanielSiepmann committed Dec 29, 2018
1 parent 564ca15 commit 12c3623
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions Configuration/TypoScript/constants.typoscript
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
8 changes: 0 additions & 8 deletions Configuration/TypoScript/setup.typoscript
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit 12c3623

Please sign in to comment.