From 1dcfbf6ba6516d05f756d26bf84049d94776ab14 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Thu, 14 Jan 2021 22:42:11 -0500 Subject: Support suspending new anki cards (#1240) * Add new option: anki.suspendNewCards * Update Anki APIs * Suspend card based on options * Add setting * Disable wrap for toggle property --- test/test-options-util.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test-options-util.js') diff --git a/test/test-options-util.js b/test/test-options-util.js index beef6f80..e245a285 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -417,7 +417,8 @@ function createProfileOptionsUpdatedTestData1() { kanji: {deck: '', model: '', fields: {}}, duplicateScope: 'collection', checkForDuplicates: true, - fieldTemplates: null + fieldTemplates: null, + suspendNewCards: false }, sentenceParsing: { scanExtent: 200, -- cgit v1.2.3