1<?php
2/**
3 * Metadata for configuration manager plugin
4 * Additions for the dokubookmark plugin
5 *
6 * @author    Robin Gareus <robin@gareus.org>
7 */
8$meta['namespace']     = array('string');
9$meta['presets']       = array('string');
10$meta['tagbox']        = array('onoff');
11$meta['tagboxtable']   = array('onoff');
12$meta['dateformat']    = array('string');
13$meta['enable_save']   = array('onoff');
14$meta['wikitemplate']  = array('string');
15
16//Setup VIM: ex: et ts=2 :
17