plugin.tx_fscodesnippet {
	view {
		# cat=plugin.tx_fscodesnippet/file; type=string; label=Path to template root (FE)
		templateRootPath = EXT:fs_code_snippet/Resources/Private/Templates/
	}
	settings {
		# cat=plugin.tx_fscodesnippet/option; type=options [Default=,Okaidia=-okaidia,Dark=-dark,Coy=-coy,Funky=-funky,Tomorrow=-tomorrow,Twilight=-twilight]; label=Theme for Code Snippets
		theme = -okaidia
		# cat=plugin.tx_fscodesnippet/option; type=boolean; label=Enable line numbers.
		lineNumbers = 1
	}
}