<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Article</title>
	
	<variable-list>
		<!-- general page setup -->
		<variable name="title" prompt="Article Title" alt="Article post title."></variable>
		<variable name="description" section="Listing Page Post Information" type="text" rows="8" maxlength="240" prompt="Article Description" alt="Short description (blurb) of the article that will show up on the main page. (240 characters max)"></variable>
		<variable name="keywords" type="text" rows="3" prompt="Keywords" alt="Add keywords to describe key topics on your page. (For SEO purposes.)"></variable>
		<variable name="categories" type="text" rows="8" prompt="Article Categories" alt="Enter the article categories, separated by commas."></variable>
		<!-- A safe way to create a file, forces PCF file extension -->
		<variable section="File Configuration" name="pcf-filename" prompt="Filename" alt="Enter a filename using only lowercase letters, underscores, or dashes"></variable>
	</variable-list>
	
	<template-list>
		<template 
		prompt-prefix="Article"
		filename="{pcf-filename}"
		display-group="no"
		display-filename="no"
		force-destination="yes"
		destination="/posts"
		extension="pcf">post.tmpl</template>
	</template-list>
	
</tcf>
