mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 03:36:12 +01:00
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:
parent
564ca1511c
commit
12c3623dff
2 changed files with 0 additions and 14 deletions
|
@ -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 {
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue