summaryrefslogtreecommitdiff
path: root/ext/bg/data/options-schema.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-10-31 19:03:45 -0400
committerGitHub <noreply@github.com>2020-10-31 19:03:45 -0400
commit215ef627f13744f4041e4537ab163f71312215e5 (patch)
tree90e9200647d55fb76963b2c60c4e106f53af5ac0 /ext/bg/data/options-schema.json
parent94620f4f224ffec20b774dd75143ce5023c60b83 (diff)
Duplicate scope options (#955)
* Add deck-root duplicate scope option * Implement support for deck-root scope
Diffstat (limited to 'ext/bg/data/options-schema.json')
-rw-r--r--ext/bg/data/options-schema.json2
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"],