dokuwiki/lib/plugins/testing/conf/metadata.php

9 lines
180 B
PHP

<?php
/**
* Option Metadata
*
* They don't do anything and are just there for testing config reading
*/
$meta['schnibble'] = array('onoff');
$meta['second'] = array('string');