1<?php
2
3/**
4 * Metadata for configuration manager plugin.
5 * Additions for the description Plugin
6 *
7 * @author Matthias Schulte <mailinglist@lupo49.de>
8 */
9
10$meta['keyword_source'] = array('multichoice', '_choices' => array('abstract', 'global', 'syntax'));
11$meta['global_description'] = array('string');
12