xref: /dokuwiki/lib/plugins/testing/conf/metadata.php (revision 5d2c5d7e32d5b0d835d896a62533da6991c51291)
1<?php
2/**
3 * Option Metadata
4 *
5 * They don't do anything and are just there for testing config reading
6 */
7$meta['schnibble'] = array('onoff');
8$meta['second'] = array('string');
9