Files
dokuwiki-plugins/lib/plugins/howhard/conf/metadata.php

11 lines
238 B
PHP
Raw Normal View History

2025-10-09 15:04:29 +11:00
<?php
/**
* Options for the Howhard plugin
*
* @author Fabrice DEJAIGHER <fabrice@chtiland.com>
*/
$meta['confhowhardstyle'] = array('multichoice','_choices' => array('1','2','3','4'));
$meta['confhowhardcompact'] = array('onoff');