Initial commit - Typo3 11.5.41
This commit is contained in:
@@ -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/
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user