1<?php 2/** 3 * RRDGraph Plugin: Metadata for configuration options of RRDGraph plugin. 4 * 5 * @author Daniel Goß <developer@flashsystems.de> 6 * @license MIT 7 */ 8 9$meta['cache_timeout'] = array('numeric', '_min' => 0); 10$meta['include_acl'] = array('onoff'); 11$meta['graph_media_namespace'] = array('string', '_caution' => 'warning', '_pattern' => '!^[a-z0-9]+$!'); // Namespaces are not allowed.