1<?php
2$meta['request_match_key']    = array('string', '_caution' => 'danger');
3$meta['extranet_match_list']  = array('string', '_caution' => 'danger');
4$meta['extranet_match_regex'] = array('string', '_pattern' => '/^($|\/.*\/.*$)/', '_caution' => 'danger');
5$meta['default_policy']       = array('multichoice', '_choices' => array('force_allow', 'allow', 'block', 'force_block'), '_caution' => 'danger');
6$meta['filter_list']          = array('string', '_caution' => 'danger');
7$meta['filter_regex']         = array('string', '_pattern' => '/^($|\/.*\/.*$)/', '_caution' => 'danger');
8$meta['disable_actions']             = array('multicheckbox', '_choices' => array('admin', 'edit', 'preview', 'save', 'revisions', 'diff', 'export_raw', 'export_xhtml', 'export_xhtmlbody', 'permalink', 'printpage', 'login', 'register', 'logout', 'recent', 'media', 'sendmail'), '_caution' => 'danger');
9$meta['restricted_disable_actions'] = array('string', '_caution' => 'danger');
10$meta['hide_files']           = array('multichoice', '_choices' => array('all', 'except_pageicons', 'none'));
11$meta['preserve_first_title'] = array('onoff');
12$meta['message_prefix']       = array('string');
13$meta['message_suffix']       = array('string');
14