maio
[h2N7SspZmY.git] / lib / plugins / uparrow / conf / metadata.php
blob8da18351fd785dc8bf01fd0fb83b7303e21c9d1d
1 <?php
2 /**
3 * configuraition metadata for uparrow plugin
4 */
6 $meta['image'] = array('string', '_pattern' => '#^[\-_a-zA-Z0-9]+\.(png|jpg|jpeg|gif){1}$#');
7 $meta['auto'] = array('onoff');
8 // vim:ts=4:sw=4:et:enc=utf-8: