Skip to content

Commit

Permalink
Fix 'bpc' command (being undefined)
Browse files Browse the repository at this point in the history
  • Loading branch information
S1SYPHOS committed Oct 10, 2020
1 parent c0db03f commit 689cca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Kirby v3 wrapper for colorist",
"type": "kirby-plugin",
"license": "MIT",
"version": "1.6.0",
"version": "1.6.1",
"keywords": ["kirby3", "image", "graphics"],
"homepage": "https://github.com/Fundevogel/kirby3-colorist#readme",
"authors": [
Expand Down
1 change: 1 addition & 0 deletions src/Colorist.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Colorist extends Darkroom
protected function defaults(): array
{
return parent::defaults() + [
'bpc' => option('fundevogel.colorist.bpc', null),
'cmm' => option('fundevogel.colorist.cmm', null),
'deflum' => option('fundevogel.colorist.deflum', null),
'format' => null,
Expand Down

0 comments on commit 689cca9

Please sign in to comment.