<?php
/**
 * Options for the gallery plugin
 *
 * @author i-net software [Gerry Weißbach] <dokuwiki@inetsoftware.de>
 */

$meta['return_type'] = array('multichoice','_choices' => array('jpg','png'));
$meta['bgc'] = array('string', '_pattern' => '/^#?[A-Fa-f0-9]{3}(([A-Fa-f0-9]{3})?)$/');
$meta['use_programm'] = array('multichoice','_choices' => array('rsvg','imagemagick', 'inkscape'));