xref: /plugin/deeplautotranslate/conf/metadata.php (revision 6a17ed8db6e111729a23627973777ed86b1c3db4)
1<?php
2
3$meta['api_key'] = array('string');
4$meta['api'] = array('multichoice', '_choices' => array('free', 'pro'));
5$meta['tag_handling_v1'] = array('onoff');
6$meta['api_log_errors'] = array('onoff');
7$meta['mode'] = array('multichoice', '_choices' => array('direct', 'editor'));
8$meta['show_button'] = array('onoff');
9$meta['push_langs'] = array('string');
10$meta['glossary_ns'] = array('string');
11$meta['blacklist_regex'] = array('regex');
12$meta['direct_regex'] = array('regex');
13$meta['editor_regex'] = array('regex');
14$meta['ignored_expressions'] = array('string');
15$meta['default_lang_in_ns'] = array('onoff');
16$meta['keep_relative'] = array('onoff');
17