Initial commit - Typo3 11.5.41
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
plugin.tx_news {
|
||||
rss.channel {
|
||||
title = Dummy Title
|
||||
description =
|
||||
link = http://example.com
|
||||
language = en-gb
|
||||
copyright = TYPO3 News
|
||||
category =
|
||||
generator = TYPO3 EXT:news
|
||||
typeNum = 9818
|
||||
}
|
||||
|
||||
opengraph {
|
||||
site_name =
|
||||
|
||||
twitter {
|
||||
card = summary
|
||||
site =
|
||||
creator =
|
||||
}
|
||||
}
|
||||
|
||||
view {
|
||||
# cat=plugin.tx_news/file; type=string; label=Path to template root (FE)
|
||||
templateRootPath = EXT:news/Resources/Private/Templates/
|
||||
# cat=plugin.tx_news/file; type=string; label=Path to template partials (FE)
|
||||
partialRootPath = EXT:news/Resources/Private/Partials/
|
||||
# cat=plugin.tx_news/file; type=string; label=Path to template layouts (FE)
|
||||
layoutRootPath = EXT:news/Resources/Private/Layouts/
|
||||
}
|
||||
|
||||
settings {
|
||||
# cat=plugin.tx_news/file; type=string; label=Path to CSS file
|
||||
cssFile = EXT:news/Resources/Public/Css/news-basic.css
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user