]> BookStack Code Mirror - bookstack/blobdiff - app/Config/snappy.php
Added testing coverage for tag index
[bookstack] / app / Config / snappy.php
index 60c26ffd531d2477b9c236c067388f274368bc9b..0f012bef6cfd52004e8ff233b9169d22ec8f5bff 100644 (file)
@@ -13,7 +13,9 @@ return [
         'enabled' => true,
         'binary'  => file_exists(base_path('wkhtmltopdf')) ? base_path('wkhtmltopdf') : env('WKHTMLTOPDF', false),
         'timeout' => false,
-        'options' => [],
+        'options' => [
+            'outline' => true,
+        ],
         'env'     => [],
     ],
     'image' => [