Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions conf/default.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?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['minimum_word_length'] = 2; // Minimum word 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 :
$conf['list_tags_of_subns'] = 1; // list also tags in subnamespaces of a specified namespace
2 changes: 1 addition & 1 deletion conf/metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
$meta['tag_blacklist'] = array('string');
$meta['list_tags_of_subns'] = array('onoff');

//Setup VIM: ex: et ts=2 :
//Setup VIM: ex: et ts=4 enc=utf-8 :
Loading