summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/DefaultSettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticResultFormats/DefaultSettings.php')
-rw-r--r--www/wiki/extensions/SemanticResultFormats/DefaultSettings.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/www/wiki/extensions/SemanticResultFormats/DefaultSettings.php b/www/wiki/extensions/SemanticResultFormats/DefaultSettings.php
index c05bdfa9..b7482584 100644
--- a/www/wiki/extensions/SemanticResultFormats/DefaultSettings.php
+++ b/www/wiki/extensions/SemanticResultFormats/DefaultSettings.php
@@ -52,7 +52,9 @@ $GLOBALS['srfgFormats'] = [
'dygraphs',
'media',
'datatables',
-
+ 'spreadsheet',
+ 'gantt',
+ 'graph'
// Boilerplate
// Enable access to the format identifier
// 'boilerplate',
@@ -67,7 +69,7 @@ $GLOBALS['srfgFormats'] = [
// Still in alpha:
// 'jitgraph', // Several issues need to be fixed before this can be enabled, most notably it does not work properly with the RL.
- // Disabled by default sicne they contact external sites:
+ // Disabled by default since they contact external sites:
// 'googlebar',
// 'googlepie',
@@ -84,11 +86,6 @@ if( array_key_exists( 'ExtHashTables', $GLOBALS['wgAutoloadClasses'] ) && define
$GLOBALS['srfgFormats'][] = 'hash';
}
-// Enable the excel format only if PHPExcel can be loaded.
-if( class_exists( 'PHPExcel' ) ){
- $GLOBALS['srfgFormats'][] = 'excel';
-}
-
// Used for Array and Hash formats.
// Allows value as string or object instances of Title or Article classes or an array
// where index 0 is the page title and 1 is the namespace-index (by default NS_MAIN)