Initial commit - Typo3 11.5.41

This commit is contained in:
Matteo Gallo
2026-07-03 17:53:31 +02:00
commit 5ca4743197
6811 changed files with 568848 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Important: This file is deprecated and will removed with EXT:news 10.x
@import 'EXT:news/Configuration/TypoScript/Styles/Twb/constants.typoscript'

View File

@@ -0,0 +1,10 @@
plugin.tx_news {
view.twb {
# cat=plugin.tx_news/file; type=string; label=Path to template root (FE)
templateRootPath = EXT:news/Resources/Private/Templates/Styles/Twb/Templates
# cat=plugin.tx_news/file; type=string; label=Path to template partials (FE)
partialRootPath = EXT:news/Resources/Private/Templates/Styles/Twb/Partials/
# cat=plugin.tx_news/file; type=string; label=Path to template layouts (FE)
layoutRootPath = EXT:news/Resources/Private/Templates/Styles/Twb/Layouts/
}
}

View File

@@ -0,0 +1,2 @@
# Important: This file is deprecated and will removed with EXT:news 10.x
@import 'EXT:news/Configuration/TypoScript/Styles/Twb/setup.typoscript'

View File

@@ -0,0 +1,35 @@
plugin.tx_news {
view {
templateRootPaths {
0 = EXT:news/Resources/Private/Templates/
1 = EXT:news/Resources/Private/Templates/Styles/Twb/Templates
2 = {$plugin.tx_news.view.twb.templateRootPath}
}
partialRootPaths {
0 = EXT:news/Resources/Private/Partials/
1 = EXT:news/Resources/Private/Templates/Styles/Twb/Partials/
2 = {$plugin.tx_news.view.twb.partialRootPath}
}
layoutRootPaths {
0 = EXT:news/Resources/Private/Layouts/
1 = EXT:news/Resources/Private/Templates/Styles/Twb/Layouts/
2 = {$plugin.tx_news.view.twb.layoutRootPath}
}
widget.GeorgRinger\News\ViewHelpers\Widget\PaginateViewHelper.templateRootPath = EXT:news/Resources/Private/Templates/Styles/Twb/Templates/
}
settings {
list {
media {
image >
image {
lazyLoading = {$styles.content.image.lazyLoading}
width = 300
}
}
}
}
}