add contents
This commit is contained in:
9
lib/plugins/howhard/conf/default.php
Normal file
9
lib/plugins/howhard/conf/default.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Default settings for the howhard plugin
|
||||
*
|
||||
* @author Fabrice DEJAIGHER <fabrice@chtiland.com>
|
||||
*/
|
||||
|
||||
$conf['confhowhardstyle'] = '1';
|
||||
$conf['confhowhardcompact'] = '0';
|
10
lib/plugins/howhard/conf/metadata.php
Normal file
10
lib/plugins/howhard/conf/metadata.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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');
|
Reference in New Issue
Block a user