plugin.tx_t3eventsreservation {
	view {
		templateRootPath = EXT:t3events_reservation/Resources/Private/Templates/
		partialRootPath = EXT:t3events_reservation/Resources/Private/Partials/
		layoutRootPath = EXT:t3events_reservation/Resources/Private/Layouts/
	}

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

	settings {
		schedule {
			listPid =
		}
		reservation {
			default.errorHandling = redirect,edit
			detailPid =
			confirm {
				notification {
					admin {
						senderName = example.com
						fromEmail = no-reply@example.com
						toEmail = no-reply@example.com
						subject {
							field = lesson.event.headline
							noTrimWrap = |New Registration for event |
						}
						format = html
					}
					user {
						senderName = example.com
						fromEmail = no-reply@example.com
						subject  {
							field = lesson.event.headline
							noTrimWrap = Reservation confirmation for event |
						}
						format = html
					}
				}
			}
		}
	}

}
