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

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

	settings {
		privacyStatementsPid =
		termsAndConditionsPid =
		reservation {
			# cat=plugin.tx_t3eventscourse/10; type=string; label=Default sender address for confirmation E-Mails
			default.fromEmail = no-reply@example.com
			confirm {
				# cat=plugin.tx_t3eventscourse/10; type=string; label=Subject for confirmation E-Mails
				subject = reservation confirmation
				# cat=plugin.tx_t3eventscourse/10; type=string; label=Template file name (without '.html')
				templateFileName = Email
				# cat=plugin.tx_t3eventscourse/10; type=string; label=Name of folder in template path for confirmation email template
				folderName = ConfirmReservation
				# cat=plugin.tx_t3eventscourse/10; type=boolean; label=If checked a confirmation email will be send after submitting a reservation
				sendNotification = 1
			}
		}

		lesson {
			detailPid =
			listPid =
			show {
				map {
					# cat=plugin.tx_t3eventscourse/10; type=integer; label=Initial map zoom for event locations
					initialZoom = 14
				}
			}
		}

		reservation.detailPid =
	}
}

module.tx_t3eventscourse {
	view {
		# cat=module.tx_t3eventscourse/file; type=string; label=Path to template root (BE)
		templateRootPath = EXT:t3events_course/Resources/Private/Backend/Templates/
		# cat=module.tx_t3eventscourse/file; type=string; label=Path to template partials (BE)
		partialRootPath = EXT:t3events_course/Resources/Private/Partials/
		# cat=module.tx_t3eventscourse/file; type=string; label=Path to template layouts (BE)
		layoutRootPath = EXT:t3events_course/Resources/Private/Backend/Layouts/
	}

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

	settings {
		bookings {
			notify {
				#fromEmail = no-reply@example.com
			}
		}
	}
}
