1<?php
2/**
3 * Options for the odtplus2dw plugin
4 *
5 * @author Greg BELLAMY <garlik.crx@gmail.com> [Gag]
6 * @author José Torrecilla <qky669@gmail.com>
7 */
8
9
10$meta['debugLvl']                 = array('multichoice', '_choices' => array(0,1,2,3));
11$meta['logFile']                  = array('string');
12$meta['formDisplayRule']          = array( 'multicheckbox', '_choices' => array( 'odtplus2dw', 'edit', 'show' ) );
13$meta['showimportbutton']         = array('onoff');
14$meta['formIntroMessage']         = array('');
15$meta['formMaxFileSize']          = array('numericopt');
16$meta['parserPostDisplay']        = array('multichoice', '_choices' => array( 'odtplus2dw', 'edit', 'show', 'preview' ) );
17$meta['parserXslFile']            = array('string');
18$meta['parserLinkToOriginalFile'] = array('onoff');
19$meta['parserCoreTimeOut']        = array('numericopt');
20$meta['parserUploadDir']          = array('string');
21$meta['parserMimeTypeAuthorized'] = array('');
22$meta['parserMimeTypePandoc']     = array('');
23$meta['parserMimeTypeSOffice']    = array('');
24