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,10 @@
plugin.tx_news {
view.twb5 {
# cat=plugin.tx_news/file; type=string; label=Path to template root (FE)
templateRootPath = EXT:news/Resources/Private/Templates/Styles/Twb5/Templates
# cat=plugin.tx_news/file; type=string; label=Path to template partials (FE)
partialRootPath = EXT:news/Resources/Private/Templates/Styles/Twb5/Partials/
# cat=plugin.tx_news/file; type=string; label=Path to template layouts (FE)
layoutRootPath = EXT:news/Resources/Private/Templates/Styles/Twb5/Layouts/
}
}

View File

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