<?php
/**
 * Default settings for the structtasks plugin
 *
 * @author Chris MacMackin <cmacmackin@gmail.com>
 */

$conf['schema']    = '';
$conf['reminder'] = '7,1,0';
$conf['overdue_reminder'] = 1;
$conf['completed'] = '/^(completed?|closed|cancelled|finished)$/i';
