1<?php
2/**
3 * @license    http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
4 * @author     Francois Merciol <dokuplugin@merciol.fr>
5 *
6 * Options for the INSEE city plugin
7 */
8
9$conf['allDep']       = true;
10$conf['selectedDeps'] = "";
11$conf['maxAutocomplete'] = 200;
12
13