xref: /plugin/deeplautotranslate/conf/metadata.php (revision 153e4498b45bfe48a498e0f2a99be06d730d26d4)
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['blacklist_regex'] = array('regex');
9$meta['direct_regex'] = array('regex');
10$meta['editor_regex'] = array('regex');
11$meta['ignored_expressions'] = array('string');
12
13