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