First
This commit is contained in:
9
conf/default.php
Normal file
9
conf/default.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Options for the Blog Plugin
|
||||
*/
|
||||
$conf['formPosition'] = 'top'; // position of new entry form
|
||||
$conf['iconSize'] = 100; // the icon size
|
||||
$conf['adminGroup'] = 'admin'; // who can clear the cache
|
||||
$conf['sampleDelai'] = 2*60*60; // delai to change sample
|
||||
?>
|
14
conf/metadata.php
Normal file
14
conf/metadata.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
|
||||
* @author Francois Merciol <dokuplugin@merciol.fr>
|
||||
*
|
||||
* Metadata for configuration manager plugin
|
||||
* Additions for the tiledBlog plugin
|
||||
*/
|
||||
$meta['formPosition'] = array('multichoice',
|
||||
'_choices' => array ('top', 'bottom', 'none'));
|
||||
$meta['iconSize'] = array('numeric');
|
||||
$meta['adminGroup'] = array('string');
|
||||
$meta['sampleDelai'] = array('numeric');
|
||||
?>
|
Reference in New Issue
Block a user