xref: /plugin/commonmark/conf/metadata.php (revision 836a4a7aa60e82fc83df83014290daeca74fb322)
1532432a2SSungbin Jeon<?php
2532432a2SSungbin Jeon/**
3532432a2SSungbin Jeon * Metadata for configuration manager plugin
4532432a2SSungbin Jeon * Additions for the Commonmark plugin
5532432a2SSungbin Jeon *
6532432a2SSungbin Jeon * @author    Sungbin Jeon <clockoon@gmail.com>
7532432a2SSungbin Jeon */
8532432a2SSungbin Jeon
9532432a2SSungbin Jeon$meta['force_commonmark'] = array('onoff');
107569cca4SSungbin Jeon$meta['frontmatter_tag'] = array('multichoice', '_choices' => array('off', 'upper', 'lower'));
1114e3b956SSungbin Jeon$meta['fix_secedit'] = array('onoff');
12*836a4a7aSChalix$meta['render_softbreaks'] = array('onoff');
13