Skip to content
Snippets Groups Projects
constants.typoscript 942 B
Newer Older
Kevin von Spiczak's avatar
Kevin von Spiczak committed
plugin.tx_sgvimeo {
	settings {
		# cat=plugin.tx_sgvimeo/file; type=string; label=Vimeo Client identifier
		clientId =
		# cat=plugin.tx_sgvimeo/file; type=string; label=Vimeo Client secret
		clientSecret =
		# cat=plugin.tx_sgvimeo/file; type=string; label=Vimeo Personal access token
		personalAccessToken =
		# cat=plugin.tx_sgvimeo/file; type=string; label=Global URL parameters that will be included in the template if the plugin configuration doesn't set its own value.
		globalUrlParameters =
Kevin von Spiczak's avatar
Kevin von Spiczak committed
	}

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