1<?php
2/**
3 * Options for the tagentry Plugin
4 */
5$conf['tagsrc']       = 'All tags'; // where to get the tags from
6$conf['namespace']    = 'tag';      // scan here for tags
7$conf['limit']        = 0;          // 0: unlimited
8$conf['blacklist']    = 'start';    // space separated list
9
10//Setup VIM: ex: et ts=2 enc=utf-8 :
11