1<?php
2/**
3 * Options for the do plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 * @author Adrian Lang <lang@cosmocode.de>
7 * @author Dominik Eckelmann <eckelmann@cosmocode.de>
8 */
9
10
11$meta['userpage'] = array('string');
12$meta['notify_assignee'] = array('onoff');
13