1<?php
2/**
3 * Options for the feedback plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8
9$meta['allowanon'] = array('onoff');
10$meta['include_parent_startpage'] = array('onoff');
11$meta['span_translations'] = array('onoff');
12$meta['send_copy'] = array('onoff');
13