1<?php
2/**
3 * Options for the structtasks plugin
4 *
5 * @author Chris MacMackin <cmacmackin@gmail.com>
6 */
7
8
9$meta['schema'] = array('string');
10$meta['reminder'] = array('multicheckbox', '_choices' => array('28', '14', '7', '6', '5', '4', '3', '2', '1', '0'));
11$meta['overdue_reminder'] = array('onoff');
12$meta['completed'] = array('regex');
13