<?php
/**
 * Metadata for configuration manager plugin
 * Additions for the Commonmark plugin
 *
 * @author    Sungbin Jeon <clockoon@gmail.com>
 */

$meta['force_commonmark'] = array('onoff');
$meta['frontmatter_tag'] = array('multichoice', '_choices' => array('off', 'upper', 'lower'));