1<?php
2/**
3 * Metadata for configuration manager plugin
4 * Additions for the Task Plugin
5 *
6 * @author    Esther Brunner <wikidesign@gmail.com>
7 */
8$meta['datefield']          = array('onoff');
9$meta['tasks_formposition'] = array(
10                                'multichoice',
11                                '_choices' => array('none', 'top', 'bottom')
12                              );
13$meta['tasks_newestfirst']  = array('onoff');
14$meta['show_error_msg']     = array('onoff');
15$meta['show_info_msg']      = array('onoff');
16$meta['show_success_msg']   = array('onoff');
17
18//Setup VIM: ex: et ts=2 enc=utf-8 :
19