xref: /plugin/autotranslation/conf/metadata.php (revision cd6eddcb57138c544e58ba88368cf3ef84ff645c)
1<?php
2/**
3 * Options for the translation plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$meta['translations']  = array('string','_pattern' => '/^(|[a-zA-Z\- ,]+)$/');
9$meta['translationns'] = array('string','_pattern' => '/^(|[\w:\-]+)$/');
10$meta['skiptrans']     = array('string');
11$meta['dropdown']      = array('onoff');
12$meta['display']       = array('multicheckbox',
13                               '_choices' => array('langcode','name','flag','title','twolines'));
14$meta['translateui']   = array('onoff');
15$meta['redirectstart'] = array('onoff');
16$meta['checkage']      = array('onoff');
17$meta['about']         = array('string','_pattern' => '/^(|[\w:\-]+)$/');
18$meta['localabout']    = array('onoff');
19$meta['copytrans']     = array('onoff');
20$meta['show_path']     = array('onoff');
21
22