<?php
/**
 * Options for the Cloud Plugin
 * 
 * @author    Matthias Schulte <dokuwiki@lupo49.de>
 */
$conf['minimum_word_length']          = 2;        // Minimum world length of words inside the cloud
$conf['search_blacklist']             = '';       // Specify search words which shouldn't appear on pages
$conf['word_blacklist']               = '';       // Specify words which shouldn't appear on pages
$conf['tag_blacklist']                = '';       // Specify tags which shouldn't appear on pages
$conf['list_tags_of_subns']           = 0;        // list also tags in subnamespaces of a specified namespace

//Setup VIM: ex: et ts=2 :
