Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
74ffb8c2
Commit
74ffb8c2
authored
Mar 22, 2017
by
Thomas Löffler
Browse files
[TASK] Adds the switch between solr and ter_fe2
parent
3945f82e
Changes
2
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/ter_fe2/Configuration/TypoScript/Default/constants.txt
View file @
74ffb8c2
...
...
@@ -142,4 +142,6 @@ plugin.tx_terfe2 {
# cat=TER Frontend/libraries/8010; type=string; label=Load jqPlot: Load jqPlot libraray into footer
jqplot.load = 1
}
}
\ No newline at end of file
}
const.page.ter_fe = 1
html/typo3conf/ext/ter_fe2/Configuration/TypoScript/Default/setup.txt
View file @
74ffb8c2
...
...
@@ -126,4 +126,20 @@ page.includeJSFooterlibs.tx_terfe2 = EXT:ter_fe2/Resources/Public/Javascript/Def
# ======================================================================
[usergroup = {$plugin.tx_ter_pi1.reviewersFrontendUsergroupUid}] || [globalVar = LIT:1 = {$plugin.tx_terfe2.settings.show.reviewForm}]
plugin.tx_terfe2.settings.show.reviewForm = 1
[global]
\ No newline at end of file
[global]
##### switch between EXT:solr and EXT:ter_fe2 #####
# EXT:solr
[page|uid = {$const.page.ter_fe}] && [globalVar = GP:tx_terfe2_pi1|action =]
tt_content.list.20.terfe2_pi1 >
tt_content.list.20.terfe2_pi1 = TEXT
tt_content.list.20.terfe2_pi1.value =
[global]
# EXT:ter_fe2
[page|uid = {$const.page.ter_fe}] && [globalString = GP:tx_terfe2_pi1|action = ?*]
tt_content.list.20.solr_pi_results >
tt_content.list.20.solr_pi_results = TEXT
tt_content.list.20.solr_pi_results.value =
[global]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment