1<?php
2
3$meta['api_key'] = array('string');
4$meta['api'] = array('multichoice', '_choices' => array('free', 'pro'));
5$meta['mode'] = array('multichoice', '_choices' => array('direct', 'editor'));
6$meta['show_button'] = array('onoff');
7$meta['push_langs'] = array('string');
8$meta['glossary_ns'] = array('string');
9$meta['blacklist_regex'] = array('regex');
10$meta['direct_regex'] = array('regex');
11$meta['editor_regex'] = array('regex');
12$meta['ignored_expressions'] = array('string');
13$meta['default_lang_in_ns'] = array('onoff');
14
15