diff options
Diffstat (limited to 'ext/bg/data')
-rw-r--r-- | ext/bg/data/options-schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
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"], |