1<?php
2/**
3 * Metadata for configuration manager plugin
4 * Settings for Format+ plugin
5 *
6 * @author    Tom N Harris <tnharris@whoopdedo.org>
7 */
8$meta['disable_syntax']  = array('multicheckbox','_choices'=>array(
9                                                 'sample',
10                                                 'citation',
11                                                 'definition',
12                                                 'variable',
13                                                 'smallcaps',
14                                                 'keyboard',
15                                                 'inverse',
16                                                 'super_sub',
17                                                 'quote',
18                                                 'blockquote',
19                                                 'ins_del',
20                                                 'block_ins_del',
21                                                 'classic_del'
22                                                 )
23                                 );
24$meta['toplevel'] = array('onoff');
25