metadata.php 514 B

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