xref: /plugin/include/conf/metadata.php (revision aa8b849e98c9fa74f8171900bd15ff48deb0b8eb)
1<?php
2/**
3 * Metadata for configuration manager plugin
4 * Additions for the include plugin
5 *
6 * @author    Esther Brunner <wikidesign@gmail.com>
7 */
8$meta['firstseconly']     = array('onoff');
9$meta['showtaglogos']     = array('onoff');
10$meta['showlink']         = array('onoff');
11$meta['showdate']         = array('onoff');
12$meta['showuser']         = array('onoff');
13$meta['user_namespace']   = array('string');
14
15//Setup VIM: ex: et ts=2 enc=utf-8 :
16