aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 1c57c5d63..77cc5f51e 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -499,9 +499,10 @@ export class DocumentOptions {
userBackgroundColor?: STRt = new StrInfo('background color associated with a Dash user (seen in header fields of shared documents)');
userColor?: STRt = new StrInfo('color associated with a Dash user (seen in header fields of shared documents)');
- card_sort_time?: BOOLt = new BoolInfo('whether sorting cards in deck view by time');
- card_sort_type?: BOOLt = new BoolInfo('whether sorting cards in deck view by type');
- card_sort_color?: BOOLt = new BoolInfo('whether sorting cards in deck view by color');
+ cardSort?: STRt = new StrInfo('way cards are sorted in deck view');
+ // card_sort_time?: BOOLt = new BoolInfo('whether sorting cards in deck view by time');
+ // card_sort_type?: BOOLt = new BoolInfo('whether sorting cards in deck view by type');
+ // card_sort_color?: BOOLt = new BoolInfo('whether sorting cards in deck view by color');
}