1<?php
2/**
3 * Options for the gallery plugin
4 *
5 * @author i-net software [Gerry Wei�bach] <dokuwiki@inetsoftware.de>
6 */
7
8$meta['return_type'] = array('multichoice','_choices' => array('jpg','png'));
9$meta['bgc'] = array('string', '_pattern' => '/^#?[A-Fa-f0-9]{3}(([A-Fa-f0-9]{3})?)$/');
10$meta['use_programm'] = array('multichoice','_choices' => array('rsvg','imagemagick', 'inkscape'));