1<?php 2/** 3 * Options for the file2dw plugin 4 * 5 * @author José Torrecilla <qky669@gmail.com> 6 */ 7 8$meta['debugShowInfo'] = array('onoff'); 9$meta['logFile'] = array('string'); 10$meta['logLevel'] = array('multichoice', '_choices' => array(0,1,2)); 11 12$meta['formDisplayRule'] = array('multicheckbox', '_choices' => array( 'file2dw', 'edit', 'show' ) ); 13$meta['formIntroMessage'] = array(''); 14$meta['formMaxFileSize'] = array('numericopt'); 15 16$meta['parserLinkToOriginalFile'] = array('onoff'); 17$meta['parserUploadDir'] = array('string'); 18$meta['parserMimeTypeSOffice'] = array('string'); 19