1<?php 2/** 3 * Configuration defaults file for Tag Alert plugin 4 * 5 * @author Simon DELAGE <sdelage@gmail.com> 6 * @license: CC Attribution-Share Alike 3.0 Unported <http://creativecommons.org/licenses/by-sa/3.0/> 7 */ 8 9$conf['action'] = 'inline'; 10$conf['error'] = ''; //comma separated list of tags for wich a "tag error" should be thrown 11$conf['info'] = ''; //comma separated list of tags for wich a "tag info" should be thrown 12$conf['success'] = ''; //comma separated list of tags for wich a "tag success" should be thrown 13$conf['notify'] = ''; //comma separated list of tags for wich a "tag notification" should be thrown 14$conf['forcemsg'] = ''; //comma separated list of tags for wich messages will be forced, even with `inline` setting 15