
plugin.tx_yacy {
	view {
		# cat=plugin.tx_yacy/file; type=string; label=Path to template root (FE)
		templateRootPath = EXT:yacy/Resources/Private/Templates/
		# cat=plugin.tx_yacy/file; type=string; label=Path to template partials (FE)
		partialRootPath = EXT:yacy/Resources/Private/Partials/
		# cat=plugin.tx_yacy/file; type=string; label=Path to template layouts (FE)
		layoutRootPath = EXT:yacy/Resources/Private/Layouts/
	}
	persistence {
		# cat=plugin.tx_yacy//a; type=string; label=Default storage PID
		storagePid =
	}
	settings {
		# cat=plugin.tx_yacy//b; type=string; label=Domain of yacy peer
		domain = 
		# cat=plugin.tx_yacy//b; type=string; label=Port of yacy peer
		port = 
		# cat=plugin.tx_yacy//b; type=string; label=PID of the result page
		resultPage = 
	}
}
