Skip to content

Commit

Permalink
Merge pull request #61 from jonnitto/patch-1
Browse files Browse the repository at this point in the history
Fix: Wrong settings path in Readme
  • Loading branch information
mficzel committed Aug 29, 2023
2 parents ac6f90a + 03aa707 commit 8874601
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ format can be configured, which will be used for rendering if the requested form
```yaml
Sitegeist:
Kaleidoscope:
fallbackFormat: 'png'
dummyImage:
fallbackFormat: 'png'
```

Moreover, as some image libraries (like Vips) also have problems with the generation of the dummy image, the driver can be overriden.
Expand All @@ -65,7 +66,8 @@ Possible values are `Gd`, `Imagick`, `Gmagick` or `Vips`.
```yaml
Sitegeist:
Kaleidoscope:
overrideImagineDriver: 'Imagick'
dummyImage:
overrideImagineDriver: 'Imagick'
```

## Usage
Expand Down

0 comments on commit 8874601

Please sign in to comment.