first
This commit is contained in:
10
conf/default.php
Normal file
10
conf/default.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
|
||||
* @author Francois Merciol <webmestre@parlenet.org>
|
||||
*
|
||||
* Options for the adecwatt Plugin
|
||||
*/
|
||||
$conf['dataDir'] = 'adecwatt';
|
||||
$conf['adecWattGroup'] = 'adecwatt';
|
||||
?>
|
11
conf/metadata.php
Normal file
11
conf/metadata.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
|
||||
* @author Francois Merciol <webmestre@parlenet.org>
|
||||
*
|
||||
* Metadata for configuration manager plugin
|
||||
* Additions for the AdecWatt plugin
|
||||
*/
|
||||
$meta['dataDir'] = array('string');
|
||||
$meta['adecWattGroup'] = array('string');
|
||||
?>
|
Reference in New Issue
Block a user