xref: /plugin/qc/conf/metadata.php (revision c8193605f5861757a8f70a38a70ff7ef71c9e697)
12e820792SAndreas Gohr<?php
22e820792SAndreas Gohr
32e820792SAndreas Gohr$meta['color']     = array('string','^#[a-f0-9]{6}$');
4cef469fcSAndreas Gohr$meta['theme']     = array('dirchoice','_dir' => DOKU_INC.'lib/plugins/qc/pix/');
5e840d0fcSDominik Eckelmann$meta['maxshowen'] = array('numeric');
6*c8193605SDominik Eckelmann$meta['adminonly'] = array('onoff');
7