1<?php
2/**
3 * Configuration metadata for nohighlight plugin
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author  Kazutaka Miyasaka <kazmiya@affrc.go.jp>
7 */
8
9$meta['disable_highlight'] = array(
10    'multichoice',
11    '_choices' => array('all', 'query', 'auto', 'none')
12);
13
14$meta['remove_url_params'] = array('onoff');
15