xref: /plugin/vshare/conf/metadata.php (revision 548f7f6934f507677afe803134fcc97d5772b852)
1<?php
2/**
3 * Options for the vshare plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8
9$meta['gdpr'] = array('onoff');
10$meta['extrahard'] = array('onoff');
11$meta['debug'] = array('onoff');
12
13