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