<?php
/**
 * Metadata for configuration manager plugin
 * Additions for the dokubookmark plugin
 *
 * @author    Robin Gareus <robin@gareus.org>
 */
$meta['namespace']     = array('string');
$meta['presets']       = array('string');
$meta['tagbox']        = array('onoff');
$meta['tagboxtable']   = array('onoff');
$meta['dateformat']    = array('string');
$meta['enable_save']   = array('onoff');
$meta['wikitemplate']  = array('string');

//Setup VIM: ex: et ts=2 :
