Skip to content
Snippets Groups Projects
constants.typoscript 739 B
plugin.tx_sgnews {
	view {
		# cat=plugin.tx_sgnews/file; type=string; label=Path to template root (FE)
		templateRootPath = EXT:sg_news/Resources/Private/Templates/

		# cat=plugin.tx_sgnews/file; type=string; label=Path to template partials (FE)
		partialRootPath = EXT:sg_news/Resources/Private/Partials/

		# cat=plugin.tx_sgnews/file; type=string; label=Path to template layouts (FE)
		layoutRootPath = EXT:sg_news/Resources/Private/Layouts/
	}

	settings {
		newsLimitPerPage = 12
		tagPid =

		# Page id for the additional author news
		authorNewsPid =

		# sort direction (DESC / ASC)
		sortDirection = DESC

		# This enables the output of related news in regards to the news category or tags
		enableAutomaticRelatedNews = 1
	}
}