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
1f1fb689
Commit
1f1fb689
authored
Jan 20, 2020
by
Thomas Löffler
Browse files
Fix last linter issues
parent
14e75c13
Pipeline
#8381
passed with stages
in 3 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3org_layout/Configuration/PageTS/Linkhandler.tsconfig
View file @
1f1fb689
TCEMAIN.linkHandler.tx_news {
handler = TYPO3\CMS\Recordlist\LinkHandler\RecordLinkHandler
label = News
configuration {
table = tx_news_domain_model_news
storagePid = 179
hidePageTree = 1
TCEMAIN.linkHandler {
tx_news {
handler = TYPO3\CMS\Recordlist\LinkHandler\RecordLinkHandler
label = News
configuration {
table = tx_news_domain_model_news
storagePid = 179
hidePageTree = 1
}
scanAfter = page
}
scanAfter = page
}
sf_event_mgt {
handler = TYPO3\CMS\Recordlist\LinkHandler\RecordLinkHandler
label = Events
configuration {
table = tx_sfeventmgt_domain_model_event
storagePid = 180
hidePageTree = 1
}
TCEMAIN.linkHandler.sf_event_mgt {
handler = TYPO3\CMS\Recordlist\LinkHandler\RecordLinkHandler
label = Events
configuration {
table = tx_sfeventmgt_domain_model_event
storagePid = 180
hidePageTree = 1
scanAfter = page
}
scanAfter = page
}
extensions/t3org_layout/Configuration/TypoScript/Ext/News.typoscript
View file @
1f1fb689
...
...
@@ -128,8 +128,10 @@ config {
debug = 0
disablePrefixComment = 1
metaCharset = utf-8
additionalHeaders.5.header = Content-Type:application/rss+xml;charset=utf-8
additionalHeaders.5.replace = 1
additionalHeaders.5 {
header = Content-Type:application/rss+xml;charset=utf-8
replace = 1
}
absRefPrefix = {$plugin.tx_news.rss.channel.link}
linkVars = L
}
...
...
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