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