diff --git a/src/Knp/Snappy/Image.php b/src/Knp/Snappy/Image.php index ac88919d..e0814f6d 100644 --- a/src/Knp/Snappy/Image.php +++ b/src/Knp/Snappy/Image.php @@ -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)