Skip to content

Commit 689cca9

Browse files
committed
Fix 'bpc' command (being undefined)
1 parent c0db03f commit 689cca9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Kirby v3 wrapper for colorist",
44
"type": "kirby-plugin",
55
"license": "MIT",
6-
"version": "1.6.0",
6+
"version": "1.6.1",
77
"keywords": ["kirby3", "image", "graphics"],
88
"homepage": "https://github.com/Fundevogel/kirby3-colorist#readme",
99
"authors": [

src/Colorist.php

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class Colorist extends Darkroom
2121
protected function defaults(): array
2222
{
2323
return parent::defaults() + [
24+
'bpc' => option('fundevogel.colorist.bpc', null),
2425
'cmm' => option('fundevogel.colorist.cmm', null),
2526
'deflum' => option('fundevogel.colorist.deflum', null),
2627
'format' => null,

0 commit comments

Comments
 (0)