<?php
/**
 * Metadata for configuration manager plugin
 * Additions for the skype plugin
 *
 * @author    Zahno Silvan <zaswiki@gmail.com>
 */
$meta['function'] = array('multichoice',
                          '_choices' => array('chat', 'call', 'dropdown'));
$meta['size']     = array('multichoice',
                          '_choices' => array('10', '12', '14', '16', '24', '32'));
$meta['style']    = array('multichoice',
                          '_choices' => array('white', 'blue'));
