<?php
/*
 * Diagrams plugin, configuration metadata
 *
 * @author    Chris G. <githubkoma@weycloud.de>
 */
$meta['service_url']  = array('string');
$meta['mode'] = array('multichoice', '_choices' => array(1, 2, 3));
