xref: /plugin/include/conf/metadata.php (revision f1a287469765e62bf7af54a05185a24358b25d11)
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['showfooter']    = array('onoff');
11$meta['showlink']      = array('onoff');
12$meta['showdate']      = array('onoff');
13$meta['showuser']      = array('onoff');
14$meta['showcomments']  = array('onoff');
15$meta['showtags']      = array('onoff');
16$meta['usernamespace'] = array('string');
17
18//Setup VIM: ex: et ts=2 enc=utf-8 :
19