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
typo3.org
typo3.org
Commits
e97420fc
Commit
e97420fc
authored
Sep 29, 2020
by
Thomas Löffler
Browse files
Remove obsolete TypoScript
parent
5a4d008b
Pipeline
#9702
passed with stages
in 5 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3org_layout/Configuration/TypoScript/Ext/CsSeo.typoscript
View file @
e97420fc
# check if news detail view
[request.getQueryParams()['tx_news_pi1]['news'] > 0]
page.headerData {
# remove all meta tags from cs_seo
654 >
}
config.noPageTitle = 2
temp.newsTitle = RECORDS
temp.newsTitle {
dontCheckPid = 1
tables = tx_news_domain_model_news
source {
data = GP:tx_news_pi1|news
intval = 1
}
conf.tx_news_domain_model_news = TEXT
conf.tx_news_domain_model_news {
field = title
htmlSpecialChars = 1
}
wrap = <title>|</title>
}
page.headerData.1 >
page.headerData.1 < temp.newsTitle
[end]
config.pageTitleSeparator =
extensions/t3org_layout/Configuration/TypoScript/Ext/SfEventMgt.typoscript
View file @
e97420fc
...
...
@@ -60,37 +60,3 @@ pageNewsICalendar {
linkVars >
}
}
[globalVar = GP:tx_sfeventmgt_pievent|event > 0]
# remove all meta tags from cs_seo
page.headerData.654 >
config.noPageTitle = 2
temp.eventTitle = RECORDS
temp.eventTitle {
dontCheckPid = 1
source {
data = GP:tx_sfeventmgt_pievent|event
intval = 1
}
tables = tx_sfeventmgt_domain_model_event
conf {
tx_sfeventmgt_domain_model_event >
tx_sfeventmgt_domain_model_event = TEXT
tx_sfeventmgt_domain_model_event {
field = title
htmlSpecialChars = 1
noTrimWrap = |||
}
}
}
page.headerData {
23424 = COA
23424 < temp.eventTitle
23424.wrap = <title>|</title>
}
[end]
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