13 lines
513 B
PHP
13 lines
513 B
PHP
<?php
|
|
/**
|
|
* Configuration metadata 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/>
|
|
*/
|
|
|
|
$meta['inline'] = array('multichoice','_choices'=>array('0','1'));
|
|
$meta['error'] = array('string');
|
|
$meta['info'] = array('string');
|
|
$meta['success'] = array('string');
|
|
$meta['notify'] = array('string');
|