diff options
| author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-06-27 14:06:22 -0400 |
|---|---|---|
| committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-06-27 14:06:22 -0400 |
| commit | 9b0fa4d5581942c54375c10e3887c8010d3eb5e4 (patch) | |
| tree | debbbfe19c8702322c3743923069aa7543f3c325 /src/client/documents/Documents.ts | |
| parent | 3a3d4433e0b4bfc134370ba4938f22cbed61428b (diff) | |
time
Diffstat (limited to 'src/client/documents/Documents.ts')
| -rw-r--r-- | src/client/documents/Documents.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 53422b0c8..324d80581 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -480,13 +480,13 @@ export class DocumentOptions { cardSort?: STRt = new StrInfo('way cards are sorted in deck view'); // cardSortForDropDown?: STRt = new StrInfo('needed for dropdown and i dont know why') - cardSort_customField?: STRt = new StrInfo('field key used for sorting cards'); + // cardSort_customField?: STRt = new StrInfo('field key used for sorting cards'); cardSort_activeIcons?: List<string>; //icons each card is tagges with - cardSort_visibleSortGroups?: List<string>; // which sorting values are being filtered (shown) + // cardSort_visibleSortGroups?: List<string>; // which sorting values are being filtered (shown) // cardSort_visibleSortGroups?: List<number>; // which sorting values are being filtered (shown) cardSort_isDesc?: BOOLt = new BoolInfo('whether the cards are sorted ascending or descending'); - test?: STRt = new StrInfo('testing for filtering') + // test?: STRt = new StrInfo('testing for filtering') } export const DocOptions = new DocumentOptions(); |
