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