plugin.tx_t3events {
	view {
		# cat=plugin.tx_t3events/file; type=string; label=Path to template root (FE)
		templateRootPath = EXT:t3events/Resources/Private/Templates/
		# cat=plugin.tx_t3events/file; type=string; label=Path to template partials (FE)
		partialRootPath = EXT:t3events/Resources/Private/Partials/
		# cat=plugin.tx_t3events/file; type=string; label=Path to template layouts (FE)
		layoutRootPath = EXT:t3events/Resources/Private/Layouts/
	}

	persistence {
		# cat=plugin.tx_t3events//a; type=string; label=Default storage PID
		storagePid =
	}

	settings {
		# set default error handling for detail view
		detail.errorHandling = pageNotFoundHandler
		event {
			search {
				fields = headline,subtitle,teaser,description,keywords
			}
		}
		performance {
			search {
				fields = event.headline,event.subtitle,event.teaser,event.description,event.keywords
			}
		}
	}
}