xref: /plugin/diagrams/conf/metadata.php (revision a5d7b8a40ffc3f233ab87d6460efb4604588945d)
138db6c25Sgithubkoma<?php
238db6c25Sgithubkoma/*
338db6c25Sgithubkoma * Diagrams plugin, configuration metadata
438db6c25Sgithubkoma */
538db6c25Sgithubkoma$meta['service_url']  = array('string');
6046ca144SAndreas Gohr$meta['mode'] = array('multichoice', '_choices' => array(1, 2, 3));
73039104bSAndreas Gohr$meta['pngcache'] = array('onoff');
8*a5d7b8a4SAnna Dabrowska$meta['detectbytes'] = array('numeric', '_min' => 1);
9