<?php
/**
 * Metadata for configuration manager plugin
 * Additions for the creole plugin
 *
 * @author    Esther Brunner <wikidesign@gmail.com>
 */
$meta['precedence'] = array('multichoice', '_choices' => array('dokuwiki', 'creole'));
$meta['monospace']  = array('multichoice', '_choices' => array('Creole: Use <tt> tag', 'DokuWiki'));
$meta['linebreak']  = array('multichoice', '_choices' => array('Whitespace', 'Linebreak'));

//Setup VIM: ex: et ts=2 enc=utf-8 :
