xref: /plugin/mermaid/conf/metadata.php (revision 55e3db934d4840bad2d0b79ef1bf65bb8a4ef047)
1<?php
2if (!defined('DOKU_INC')) die();
3
4$meta['location'] = array('multichoice', '_choices' => array('local', 'latest', 'remote1091', 'remote943'));
5$meta['theme'] = array('multichoice', '_choices' => array('default', 'neutral', 'dark', 'forest', 'base', 'mc', 'neo', 'neo-dark'));
6$meta['look'] = array('multichoice', '_choices' => array('classic', 'neo', 'handDrawn'));
7$meta['logLevel'] = array('multichoice', '_choices' => array('trace', 'debug', 'info', 'warn', 'error', 'fatal'));