1<?php
2/**
3 * Configuration metadata 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$meta['action']                 = array('multichoice','_choices'=>array('messages','inline'));
10$meta['error']                  = array('string');
11$meta['info']                   = array('string');
12$meta['success']                = array('string');
13$meta['notify']                 = array('string');
14$meta['forcemsg']               = array('string');
15