module.tx_t3eventscourse {
	view {
		templateRootPaths {
            0 = EXT:t3events_course/Resources/Private/Templates/
        }
        partialRootPaths {
            0 = EXT:t3events/Resources/Private/Partials/
            10 = EXT:t3events_course/Resources/Private/Partials/
        }
        layoutRootPaths {
            0 = EXT:t3events/Resources/Private/Layouts/Backend/
            10 = EXT:t3events_course/Resources/Private/Layouts/Backend/
        }
	}

	settings {
		courseBackend {
			storagePid = 0
			list {
				maxItems = 99999
			}
		}
		scheduleBackend {
            storagePid = 0
			list {
				maxItems = 99999
			}
		}
		bookings {
			storagePid = 0
			list {
				maxItems = 99999
			}
		}
	}
}
