From d058237ba724c3fee842d90c04b1950c9efaadc0 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 13 Jul 2021 20:29:53 -0400 Subject: Duplicate scope check all models (#1810) * Add duplicateScopeCheckAllModels option to createNote * Add duplicateScopeCheckAllModels option * Add setting --- ext/data/schemas/options-schema.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ext/data') diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index 9bdf8747..52e5fa1f 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -812,6 +812,7 @@ "terms", "kanji", "duplicateScope", + "duplicateScopeCheckAllModels", "checkForDuplicates", "fieldTemplates", "suspendNewCards", @@ -910,6 +911,10 @@ "default": "collection", "enum": ["collection", "deck", "deck-root"] }, + "duplicateScopeCheckAllModels": { + "type": "boolean", + "default": false + }, "checkForDuplicates": { "type": "boolean", "default": true -- cgit v1.2.3