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})?|([A-Fa-f0-9]{5})?)$/');
10$meta['reflect_height'] = array('numeric', '_pattern' => '/^0\.[0-9]{1,2}$/');
11$meta['fade_start'] = array('numeric');
12$meta['fade_end'] = array('numeric');