Code templates needs to be configured separately for HTML and console.
[core.git] / inc / config.php
index 03c1b9a225ff00dbd1716b1b012e7c1ec021adff..c04c025630bc256e95358cae4c1500ec014bf3b5 100644 (file)
@@ -110,8 +110,11 @@ $cfg->setConfigEntry('html_template_type', 'html');
 // CFG: EMAIL-TEMPLATE-TYPE
 $cfg->setConfigEntry('email_template_type', 'emails');
 
-// CFG: CODE-TEMPLATE-TYPE
-$cfg->setConfigEntry('code_template_type', 'code');
+// CFG: CODE-HTML-TEMPLATE-TYPE
+$cfg->setConfigEntry('code_html_template_type', 'code');
+
+// CFG: CODE-CONSOLE-TEMPLATE-TYPE
+$cfg->setConfigEntry('code_console_template_type', 'xml');
 
 // CFG: IMAGE-TEMPLATE-TYPE
 $cfg->setConfigEntry('image_template_type', 'image');