1<?php
2/**
3 * Options for the Cloud Plugin
4 *
5 * @author    Matthias Schulte <dokuwiki@lupo49.de>
6 */
7$conf['minimum_word_length']          = 2;        // Minimum world length of words inside the cloud
8$conf['search_blacklist']             = '';       // Specify search words which shouldn't appear on pages
9$conf['word_blacklist']               = '';       // Specify words which shouldn't appear on pages
10$conf['tag_blacklist']                = '';       // Specify tags which shouldn't appear on pages
11$conf['list_tags_of_subns']           = 0;        // list also tags in subnamespaces of a specified namespace
12
13//Setup VIM: ex: et ts=2 :
14