1<?php
2/**
3 * Options for the Task Plugin
4 */
5$conf['datefield']          = 1;        // entry field for due date in form
6$conf['tasks_formposition'] = 'bottom'; // position of new task form
7$conf['tasks_newestfirst']  = 0;        // show newest tasks first in tasks list
8$conf['show_error_msg']     = 0;          // show error messages
9$conf['show_info_msg']      = 0;          // show info messages
10$conf['show_success_msg']   = 0;          // show success messages
11
12//Setup VIM: ex: et ts=2 enc=utf-8 :
13