1<?php 2/** 3 * Metadata for configuration manager plugin 4 * Additions for the creole plugin 5 * 6 * @author Esther Brunner <wikidesign@gmail.com> 7 */ 8$meta['precedence'] = array('multichoice', '_choices' => array('dokuwiki', 'creole')); 9$meta['monospace'] = array('multichoice', '_choices' => array('Creole: Use <tt> tag', 'DokuWiki')); 10$meta['linebreak'] = array('multichoice', '_choices' => array('Whitespace', 'Linebreak')); 11 12//Setup VIM: ex: et ts=2 enc=utf-8 : 13