1<?php
2/**
3 * Options for the lsb plugin
4 *
5 * @author Fernando Ribeiro <pinguim.ribeiro@gmail.com>
6 */
7
8//$meta['fixme'] = array('string');
9
10
11$meta['networks']           = array('string', '_pattern' => '/^[a-zA-Z\s]*$/');
12
13$meta['display']            = array('multichoice','_choices' => array('name', 'icon', 'color'));
14
15$meta['target']             = array('multichoice','_choices' => array('_blank', '_self', '_parent', '_top'));
16
17$meta['twitter_user']       = array('string', '_pattern' => '/^[a-zA-Z0-9_]*$/');
18