[ 'name' => tra('Errors log file'), 'size' => 42, 'type' => 'text', 'filter' => 'text', 'description' => tra('location, from your tiki root dir, where you want the error log file stored'), 'default' => 'temp/intertiki-error.log', ], 'intertiki_logfile' => [ 'name' => tra('Access log file'), 'size' => 42, 'type' => 'text', 'description' => tra('location, from your tiki root dir, where you want the access log file stored.'), 'filter' => 'text', 'default' => 'temp/intertiki-access.log', ], ]; }