From: Christian Weiske Date: Wed, 4 Sep 2013 13:45:59 +0000 (+0200) Subject: add wsdl extension X-Git-Tag: v0.4.0~78 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/4fbcf4905db42c59dcb3a9322a8c9d8bbd857417 add wsdl extension --- 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',