Add Texy! export defaults.
This commit is contained in:
@@ -1077,6 +1077,34 @@ $cfg['Export']['htmlword_columns'] = false;
|
||||
*/
|
||||
$cfg['Export']['htmlword_null'] = 'NULL';
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @global boolean $cfg['Export']['texy_structure']
|
||||
*/
|
||||
$cfg['Export']['texy_structure'] = TRUE;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @global boolean $cfg['Export']['texy_data']
|
||||
*/
|
||||
$cfg['Export']['texy_data'] = TRUE;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @global boolean $cfg['Export']['texy_columns']
|
||||
*/
|
||||
$cfg['Export']['texy_columns'] = FALSE;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @global string $cfg['Export']['texy_null']
|
||||
*/
|
||||
$cfg['Export']['texy_null'] = 'NULL';
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
|
Reference in New Issue
Block a user