plugin.tx_checkitcalendarize {

	settings {
		# cat=checkitcalendarize//0010; type=string; label=Previous Limit: Limit for the previous button in the day,week,month,year view - Format: YYYY-MM-DD
		dateLimitBrowserPrev = 2012-01-01

		# cat=checkitcalendarize//0020; type=string; label=Next Limit: Limit for the next button in the day,week,month,year view - Format: YYYY-MM-DD
		dateLimitBrowserNext = 2020-01-01

		# cat=checkitcalendarize//0030; type=int+; label=Start of the week: Start of the week (1 Mo - 7 Su) - ISO-8601 / http://php.net/manual/de/function.date.php 'N' / http://php.net/manual/de/function.date.php#119974
		weekStart = 1

		# cat=checkitcalendarize//0040; type=string; label=Date format: date format - http://php.net/manual/de/function.date.php
		dateFormat = d.m.Y

		# cat=checkitcalendarize//0050; type=string; label=Time format: time format - http://php.net/manual/de/function.date.php
		timeFormat = H:i

		# cat=checkitcalendarize//0060; type=boolean; label=Moment.js: Experimental: Use Moment.js for date and time output
		useMomentJsDateAndTimeOutput = 0

		# cat=checkitcalendarize//0070; type=boolean; label=FullCalendar IO: Experimental: Use FullCalendar IO for the month view. You have to enable the Moment.js function
		useMomentFullCalendarIo = 0

		# cat=checkitcalendarize//0080; type=options[00:00:00=0, Now=now]; label=List start time: The start time for the list (also used for latest view)
		listStartTime = 0

		# cat=checkitcalendarize//0090; type=int[-24-24]; label=list start time offset: The offset for the list start time in hours (also used for latest view)
		listStartTimeOffsetHours = 0

		# cat=checkitcalendarize//0100; type=string; label=Search end modifier: The modifier for the search end date in the search form
		searchEndModifier = +1 month

    # cat=checkitcalendarize//0110; type=int+; label=Default detail PID: Default detail PID for e.g. the Insert record TS configuration
    defaultDetailPid = 0

    # cat=checkitcalendarize//00121; type=options[strict=strict, content_fallback=content_fallback]; label=Index language mode: The language mode of the index repository
    indexLanguageMode = strict

		feed {
			# cat=checkitcalendarize//0080; type=string; label=Title of the Feed: The feed title for atom and xml/rss
			title = Title of the feed

			# cat=checkitcalendarize//0090; type=string; label=Description of the Feed: The feed description for atom and xml/rss
			description = General description of the feed

			# cat=checkitcalendarize//0100; type=string; label=Language of the Feed: The feed language for xml/rss
			language = en

			# cat=checkitcalendarize//0110; type=boolean; label=Debug mode: If you enable the debug mode, the feed is send with text/plain header so you can easily check the output in the browser
			debugMode = 0
		}
	}

	view {
		# cat=checkitcalendarize/file; type=string; label=Path to template root (FE)
		templateRootPath = EXT:checkitcalendarize/Resources/Private/Templates/

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

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