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

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

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

	settings {
		# cat=plugin.tx_sgjobs/other; type=string; label=Mail address to send submitted applications to
		applicationEmail =
		# cat=plugin.tx_sgjobs/other; type=string; label=Allowed file extensions for uploads in the controller (comma separated)
		allowedFileExtensions = pdf
		# cat=plugin.tx_sgjobs/other; type=string; label=Allowed mime types for uploads in the Fluid template (comma separated)
		allowedMimeTypes = application/pdf
	}
}