<?php
/**
 * Options for the colorswatch plugin
 *
 * @author Henning Kockerbeck <henning.kockerbeck@isatis-online.de>
 */


$meta['colorswatch_size'] = array('multichoice', '_choices' => array('colorswatch_tiny', 'colorswatch_small', 'colorswatch_middle', 'colorswatch_large'));

