This commit is contained in:
2023-10-12 19:59:08 +02:00
parent 73682dee1b
commit 7cd7ed64c5
107 changed files with 37777 additions and 0 deletions

12
conf/default.php Normal file
View File

@ -0,0 +1,12 @@
<?php
/**
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
* @author Francois Merciol <dokuplugin@merciol.fr>
*
* Options for the INSEE city plugin
*/
$conf['allDep'] = true;
$conf['selectedDeps'] = "";
$conf['maxAutocomplete'] = 200;

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 <dokuplugin@merciol.fr>
*
* Metadata for configuration manager plugin
* Additions for the INSEE city plugin
*/
$meta['allDep'] = array ('onoff');
$meta['selectedDeps'] = array ('string');
$meta['maxAutocomplete'] = array ('numeric');