<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Bio Page</title>
	<variable-list>
		<!-- A safer way to create a file, forces PCF file extension -->
		<variable name="pcf-filename" prompt="Filename" alt="Enter a filename using only lowercase letters, underscores, or dashes. Do not include an extension."></variable>
		<variable name="staff_name" prompt="Name" alt="Enter the person's name."></variable>
		<variable name="staff_title" prompt="Title" alt="Enter the person's title."></variable>
		<variable name="staff_photo" prompt="Photo" alt="Choose a photo."type="filechooser" path="/images/" ></variable>
		<variable name="staff_education" prompt="Education" alt="Enter the person's educational background." type="text" editor="yes" rows="15"></variable>
		<variable name="staff_biography" prompt="Biography" alt="Enter the person's biography." type="text" editor="yes" rows="15"></variable>
		<variable name="staff_personality" prompt="Personality Preferences" alt="Enter the person's personality preferences." type="text" editor="yes" rows="15"></variable>
		<!-- general page setup -->
		<variable name="keywords" type="text" rows="3" prompt="Keywords" alt="Add keywords to describe key topics on your page. (For limited SEO purposes.)"></variable>
		<variable name="description" type="text" rows="3" prompt="Description" alt="Important. Enter a short description of the page, to be displayed by search engines."></variable>
	</variable-list>
	<template-list>
		<template 
				  prompt-prefix="New Bio Page" 
				  filename="{pcf-filename}" 
				  extension="pcf" 
				  display-filename="no" 
				  display-group="no" 
				  display-overwrite="yes" 
				  force-destination="yes" 
				  preferred-redirect="yes" 
				  publish="no">bio.tmpl</template>
	</template-list>
</tcf>