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