PHRAS-2840 add input collection key

PHRASE-2840 #comment add input collection key as collections: [] , the collection where check is triggered
This commit is contained in:
Nicolas Maillat
2020-02-19 19:12:04 +01:00
committed by GitHub
parent d5992461c8
commit 8cec0db55e

View File

@@ -80,14 +80,17 @@ border-manager:
- -
type: Checker\Sha256 type: Checker\Sha256
enabled: true enabled: true
collections: []
compare-ignore-collections: [] compare-ignore-collections: []
- -
type: Checker\UUID type: Checker\UUID
enabled: true enabled: true
collections: []
compare-ignore-collections: [] compare-ignore-collections: []
- -
type: Checker\Colorspace type: Checker\Colorspace
enabled: false enabled: false
collections: []
options: options:
colorspaces: [cmyk, grayscale, rgb] colorspaces: [cmyk, grayscale, rgb]
media_types: [Image] media_types: [Image]
@@ -107,6 +110,7 @@ border-manager:
enabled: false enabled: false
options: options:
sensitive: true sensitive: true
collections: []
compare-ignore-collections: [] compare-ignore-collections: []
- -
type: Checker\MediaType type: Checker\MediaType