Skip to content
GitLab
Menu
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
1f1a3de7
Commit
1f1a3de7
authored
Sep 28, 2020
by
Thomas Löffler
Browse files
Remove unused conditions and change old syntax conditions
parent
c6ead7ed
Pipeline
#9679
passed with stages
in 5 minutes and 12 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/ter_fe2/Configuration/TypoScript/Default/setup.txt
View file @
1f1a3de7
...
...
@@ -85,29 +85,6 @@ page.includeJSFooter.tx_terfe2 = EXT:ter_fe2/Resources/Public/Javascript/Default
page.jsInline.1 = TEXT
page.jsInline.1.value = var versionChartData = "";
# ======================================================================
# Show review form only for allowed usergroup
# ======================================================================
[usergroup = {$plugin.tx_ter_pi1.reviewersFrontendUsergroupUid}] || [globalVar = LIT:1 = {$plugin.tx_terfe2.settings.show.reviewForm}]
plugin.tx_terfe2.settings.show.reviewForm = 1
[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]
like = PAGE
like {
typeNum = {$plugin.tx_terfe2.like.typeNum}
...
...
extensions/ter_fe2/Configuration/TypoScript/Rss/setup.txt
View file @
1f1a3de7
...
...
@@ -15,7 +15,7 @@ plugin.tx_terfe2.settings.rss.channel {
dateFormat = {$plugin.tx_terfe2.rssOutput.dateFormat}
}
[g
lobalVar =
TSFE
:
type = {$plugin.tx_terfe2.rssOutput.typeNum}]
[g
et
TSFE
().
type =
=
{$plugin.tx_terfe2.rssOutput.typeNum}]
config {
disableAllHeaderCode = 1
xhtml_cleaning = none
...
...
extensions/ter_layout/Configuration/TypoScript/Ext/Piwik.typoscript
View file @
1f1a3de7
[backend.user.isLoggedIn]
[else]
[backend.user.isLoggedIn == false]
page {
headerData {
1501157682 = TEXT
...
...
@@ -26,4 +25,4 @@ page {
)
}
}
[global]
\ No newline at end of file
[global]
extensions/ter_layout/ext_typoscript_setup.typoscript
View file @
1f1a3de7
# t3olayout loads its typoscript via ext_typoscript_setup.txt which is a bad implementation and prevents
# overriding in many cases, so we also have to provide an ext_typoscript_setup.txt
[page|uid = 3] && [globalString = GP:tx_terfe2_pi1|action = ?*]
page.meta {
og:title >
}
[global]
@import 'EXT:seo/Configuration/TypoScript/XmlSitemap/setup.typoscript'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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