mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-27 00:16:10 +01:00
[TASK] Remove unneeded pluginNamespace
This commit is contained in:
parent
ee1f235c2e
commit
b63168b8b7
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
||||||
plugin.tx_searchcore {
|
plugin.tx_searchcore {
|
||||||
view {
|
view {
|
||||||
# This sets the plugin namespace of all your plugins inside the extension to "tx_searchcore",
|
|
||||||
# making it possible to directly access search_core parameters in your controller:
|
|
||||||
pluginNamespace = tx_searchcore
|
|
||||||
templateRootPaths.10 = {$plugin.tx_searchcore.view.templateRootPath}
|
templateRootPaths.10 = {$plugin.tx_searchcore.view.templateRootPath}
|
||||||
partialRootPaths.10 = {$plugin.tx_searchcore.view.partialRootPath}
|
partialRootPaths.10 = {$plugin.tx_searchcore.view.partialRootPath}
|
||||||
layoutRootPaths.10 = {$plugin.tx_searchcore.view.layoutRootPath}
|
layoutRootPaths.10 = {$plugin.tx_searchcore.view.layoutRootPath}
|
||||||
|
|
Loading…
Reference in a new issue