aboutsummaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php
index 7e6ebb9..b4c7d55 100644
--- a/data/config.default.php
+++ b/data/config.default.php
@@ -131,6 +131,11 @@ $GLOBALS['phorkie']['languages'] = array(
'mime' => 'text/x-typoscript',/* TODO: correct type */
'geshi' => 'typoscript'
),
+ 'wsdl' => array(
+ 'title' => 'WSDL',
+ 'mime' => 'application/wsdl+xml',
+ 'geshi' => 'xml'
+ ),
'xml' => array(
'title' => 'XML',
'mime' => 'text/xml',