From 215ef627f13744f4041e4537ab163f71312215e5 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 31 Oct 2020 19:03:45 -0400 Subject: Duplicate scope options (#955) * Add deck-root duplicate scope option * Implement support for deck-root scope --- ext/bg/data/options-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bg/data') diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index d344a7b9..b66577f8 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -769,7 +769,7 @@ "duplicateScope": { "type": "string", "default": "collection", - "enum": ["collection", "deck"] + "enum": ["collection", "deck", "deck-root"] }, "fieldTemplates": { "type": ["string", "null"], -- cgit v1.2.3