aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authoraidahosa1 <aisosa_idahosa@brown.edu>2024-05-11 22:30:39 -0400
committeraidahosa1 <aisosa_idahosa@brown.edu>2024-05-11 22:30:39 -0400
commit4429a0565888d9118e37f1e58dec300220831661 (patch)
tree9d36a70c9d907450332ee741432a3c60ad2d56a7 /src/client/documents/Documents.ts
parentce50b3e3f2f76438b3e3bd9b178b0a8573aa0343 (diff)
transformations are being unbelieveably silly rn
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');
}