Word-wrap for txt files
[phorkie.git] / data / config.default.php
index 6e4c20c58219f9772535460d498d7c2610ac1581..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 */
@@ -160,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',