This commit is contained in:
2023-10-12 19:41:28 +02:00
parent 631b5464c8
commit bcb727f7ac
11 changed files with 543 additions and 0 deletions

11
conf/metadata.php Normal file
View 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');
?>