<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Police Crime Alert</title>

	<variable-list>
		<variable section="File Configuration" name="filename" alt="Enter a filename using only lowercase letters, numbers, dashes. Ex: 2018-01-31">newfile</variable>		
		
		<!-- Information -->
		<variable name="title" type="text" prompt="Title" alt="Title of the post."></variable>		
				
		<!-- Dates -->
		<variable name="date" type="date" prompt="Date"></variable>		
		<variable name="time" type="time" prompt="Time"></variable>		
		
		<!-- Body -->
		<variable name="text" type="text" prompt="Description" alt="Description of the post." rows="15" editor="yes" section="Body"></variable>
		<variable name="image" type="filechooser" prompt="Image" alt="Upload and choose an image." path="/police-1/news/_images/"></variable>
		
	</variable-list>

	<template-list>
		<template promt-prefix="New Police Crime Alert" 
				  display-group="no" 
				  filename="{filename}" 
				  extension="pcf" 
				  display-extension="no" 
				  publish="no"
				  >police-crime-alert.tmpl</template>
	</template-list>

	<navigation-list>
		<include>_navigationlist.inc</include>
	</navigation-list>
</tcf>