<?php
/**
 * Options for the Task Plugin
 */
$conf['datefield']          = 1;        // entry field for due date in form
$conf['tasks_formposition'] = 'bottom'; // position of new task form
$conf['tasks_newestfirst']  = 0;        // show newest tasks first in tasks list
$conf['show_error_msg']     = 0;          // show error messages
$conf['show_info_msg']      = 0;          // show info messages
$conf['show_success_msg']   = 0;          // show success messages

//Setup VIM: ex: et ts=2 enc=utf-8 :
