Skip to content

Commit

Permalink
Merge pull request #905 from reinaris/patch-1
Browse files Browse the repository at this point in the history
Add no_stop_slow_scripts to readme
  • Loading branch information
unixmonkey committed Apr 17, 2020
2 parents 0139342 + 8e6f708 commit 3a3ccc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ class ThingsController < ApplicationController
use_xserver: true,
background: false, # background needs to be true to enable background colors to render
no_background: true,
no_stop_slow_scripts: false,
viewport_size: 'TEXT', # available only with use_xserver or patched QT
extra: '', # directly inserted into the command to wkhtmltopdf
raise_on_all_errors: nil, # raise error for any stderr output. Such as missing media, image assets
Expand Down

0 comments on commit 3a3ccc0

Please sign in to comment.