12 lines
288 B
PHP
12 lines
288 B
PHP
<?php
|
|
/**
|
|
* Metadata for configuration manager plugin
|
|
* Additions for the PHP Markdown Extra plugin
|
|
*
|
|
* @author Jiang Le <smartynaoki@gmail.com>
|
|
*/
|
|
|
|
|
|
|
|
$meta['frontmatter'] = array('onoff');
|
|
$meta['markdowneditor'] = array('multichoice', '_choices' => array('none', 'meltdown'));
|