<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Section</title>
	
	<variable-list>
		<!-- dirname and friendly name -->
	    <include>_sectionvars.inc</include>
		<!-- general page setup -->
	    <include>_commonvars.inc</include>
		
		<variable name="pagetype" type="select" group="Everyone" prompt="Select Page Type" alt="Select Page Type" output="xml">
			<option value="tier1a" selected="false">Tier 1</option>
			<option value="tier2" selected="false">Tier 2</option>
			<option value="tier3" selected="true">Tier 3</option>
		</variable>
		<variable name="header_banner" type="filechooser" path="/images" group="Everyone" prompt="Path to Header Banner" alt="Specify the location of the Header Banner (Only for Tier 1/2)."></variable>	
		<variable name="social_check" type="checkbox" group="Everyone" prompt="Display Social Media plugins" alt="This will display the Social Media plugins" output="xml">
			<option value="true" selected="true">Displayed if checked </option>
		</variable>
		
		<variable section="File Configuration" name="autonavigation" prompt="Add Navigation Item" type="select" alt="Specify if this page should be added to the navigation file automatically. Note that both files need to be published after creation.">
			<option value="true">Yes</option>
			<option value="false">No</option>
		</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="Department">{dirname}</directory> 
		</parent> 
	</directory-list>
	-->
	
	<template-list>
		<!-- props and navigation files -->
	    <include>_sectiontemplates.inc</include>
		<template 
			prompt-prefix="Page" 
			filename="index" 
			display-filename="no" 
			extension="pcf" 
			destination="{directory/}{dirname}" 
			force-destination="yes" 
			preferred-redirect="yes" 
			display-group="no"
			autonav="{autonavigation}">interior.tmpl</template>
	</template-list>
	
	<navigation-list>
		<!-- navigation options and link style -->
	    <include>_navigationlist.inc</include>
	</navigation-list>
</tcf>
