1<?php
2/**
3 * DokuWiki Plugin tagfilter (Config Component)
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author  lisps
7 */
8
9$conf['DropDownList_size'] = 5;
10$conf['nsTagImage'] = 'tags';
11$conf['cache_age'] = 0;
12
13