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