Word-wrap for txt files
[phorkie.git] / data / config.default.php
index 4c3784950e1ff2957007563ed65be3a736144f0c..fce74c1a88572ae2a52f5ac52d07027b632bf380 100644 (file)
@@ -34,6 +34,7 @@ $GLOBALS['phorkie']['cfg'] = array(
     'elasticsearch' => null,
     'index'         => 'new',//"new" or "list"
     'perPage'       => 10,
+    'randomIds'     => false,
     'defaultListPage' => 'last',//a number or "last"
     'notificator'   => array(
         /* send out pingback/webmentions when a remote paste is forked */
@@ -43,6 +44,7 @@ $GLOBALS['phorkie']['cfg'] = array(
                a paste is created, edited or deleted */
         )
     ),
+    'geshi'         => 'geshi.php',
 );
 $GLOBALS['phorkie']['auth'] = array(
     // 0 = public, no authentication, 1 = protect adds/edits/deletes,
@@ -159,7 +161,8 @@ $GLOBALS['phorkie']['languages'] = array(
     'txt' => array(
         'title' => 'Text (plain)',
         'mime'  => 'text/plain',
-        'geshi' => 'txt'
+        'geshi' => 'txt',
+        'renderer' => '\\phorkie\\Renderer_Plaintext'
     ),
     'ts' => array(
         'title' => 'TypoScript',