dokuwiki-plugin-tagalerts/conf/default.php
Simon DELAGE 712f2333f1 Changed default back to 'messages'
Switching to online would have required a change of Tag's plugin helper
code.
2015-06-13 02:45:07 +02:00

13 lines
745 B
PHP

<?php
/**
* Configuration defaults file for Tag Alert plugin
*
* @author: Simon Delage <simon.geekitude@gmail.com>
* @license: CC Attribution-Share Alike 3.0 Unported <http://creativecommons.org/licenses/by-sa/3.0/>
*/
$conf['inline'] = '0';
$conf['error'] = ''; //comma separated list of tags for wich a "tag error" should be thrown
$conf['info'] = ''; //comma separated list of tags for wich a "tag info" should be thrown
$conf['success'] = ''; //comma separated list of tags for wich a "tag success" should be thrown
$conf['notify'] = ''; //comma separated list of tags for wich a "tag notification" should be thrown