<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Section</title>
	<variable-list>
		<!-- dirname and friendly name -->
		<variable section="Folder Information" name="dirname" prompt="Directory Name" alt="Enter the directory name that will be visible in OU Campus and in the URL. No special characters or spaces."></variable>
		<variable name="friendly-name" prompt="Breadcrumb Name" alt="Enter a friendly name for the section breadcrumb. This will be displayed in the web page to site visitors."></variable>
		<!-- general page setup -->
		<include>_commonvars.inc</include>
	</variable-list>
	<template-list>
		<template 
				  prompt-prefix="Page" 
				  display-group="no" 
				  display-overwrite="no" 
				  preferred-redirect="yes" 
				  filename="index" 
				  extension="pcf" 
				  display-filename="no" 
				  display-extension="no" 
				  force-destination="yes" 
				  destination="{new_folder}" 
				  publish="no">default.tmpl</template>
	</template-list>
	<directory-list>
		<parent name="current_folder" force-lowercase="no" path=".">
			<directory name="new_folder" prompt-prefix="New Section" force-lowercase="yes" display-group="no" publish="no">{dirname}</directory>
		</parent>
	</directory-list>
</tcf>