<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Section</title>
	
	<variable-list>
		<variable section="Layout Configuration" name="layout" type="select" prompt="Layout Type" alt="Please choose the desired page layout. This can be changed after page creation." output="xml">
			<option value="1col" selected="true">Full Width</option>
			<option value="2col" selected="false">2 Column</option>
			<option value="3col" selected="false">3 Column</option>
		</variable>
		<!-- dirname and friendly name -->
	    <include>_sectionvars.inc</include>
		<!-- 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="default" 
			display-filename="no" 
			extension="pcf" 
			destination="{new-folder}" 
			force-destination="yes" 
			preferred-redirect="yes" 
			tags="{tags}"
			autonav="{autonavigation}">interior.tmpl</template>

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