Skip to content

Commit

Permalink
Merge pull request #297 from dimitrilahaye/patch-1
Browse files Browse the repository at this point in the history
Support cache-dir for Image generation
  • Loading branch information
Albin Kerouanton authored Jan 22, 2018
2 parents 68590ef + 9b91509 commit 2943fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Knp/Snappy/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ protected function configure()
{
$this->addOptions([
'allow' => null, // Allow the file or files from the specified folder to be loaded (repeatable)
'cache-dir' => null, // Web cache directory
'checkbox-checked-svg' => null, // Use this SVG file when rendering checked checkboxes
'checked-svg' => null, // Use this SVG file when rendering unchecked checkboxes
'cookie' => [], // Set an additional cookie (repeatable)
Expand Down

0 comments on commit 2943fe0

Please sign in to comment.