inseecity/conf/default.php

13 lines
277 B
PHP
Raw Normal View History

2023-10-12 19:59:08 +02:00
<?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;