xref: /plugin/commonmark/conf/metadata.php (revision 14e3b956ea1120e9651d4b60340bbcd5438b0073)
1<?php
2/**
3 * Metadata for configuration manager plugin
4 * Additions for the Commonmark plugin
5 *
6 * @author    Sungbin Jeon <clockoon@gmail.com>
7 */
8
9$meta['force_commonmark'] = array('onoff');
10$meta['frontmatter_tag'] = array('multichoice', '_choices' => array('off', 'upper', 'lower'));
11$meta['fix_secedit'] = array('onoff');
12