<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Section</title>

	<variable-list>
		<!-- dirname and friendly name -->
		<include>_sectionvars.inc</include>
		<variable name="landing-page" prompt="Index Page Type" type="select" alt="Choose the page type for the index page.">
			<option value="interior" selected="true">Interior</option>
			<option value="news-article" selected="false">News Article</option>
			<option value="news-listing" selected="false">News Listing</option>
			<option value="faculty-listing" selected="false">Faculty Listing</option>
			<option value="faculty-detail" selected="false">Faculty Profile</option>
			<option value="program-listing" selected="false">Program Listing</option>
			<option value="program-detail" selected="false">Program Detail</option>
		</variable>
		<!-- general page setup -->
		<include>_commonvars.inc</include>
		<variable name="tcfname" type="text" display="none">section.tcf</variable>
	</variable-list>

	<!-- Use this to specify a template group for the new section. -->
	<directory-list>
		<parent name="current_folder" path=".">
			<directory name="new-folder" template-group="*inherit*">{dirname}</directory>
		</parent>
	</directory-list>

	<template-list>
		<template
				  prompt-prefix="Index Page"
				  filename="index" 
				  display-filename="no" 
				  extension="pcf" 
				  destination="{new-folder}" 
				  force-destination="yes" 
				  preferred-redirect="yes" 
				  tags="{tags}"
				  autonav="{autonavigation}">{landing-page}.tmpl</template>

		<!-- props and navigation files -->
		<include>_sectiontemplates.inc</include>
	</template-list>

	<navigation-list>
		<!-- navigation options and link style -->
		<include>_navigationlist.inc</include>
	</navigation-list>
</tcf>