diff options
author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-07-30 14:31:00 -0400 |
---|---|---|
committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-07-30 14:31:00 -0400 |
commit | de253f5acca34f20017895a2d8469b5ebd6032bf (patch) | |
tree | e6198d61392518f8071335ee67fd466c0d7cf9dc /src/client/documents/Documents.ts | |
parent | 61bc1dd6df886e50fefb03e6477a9173d1d55907 (diff) |
fight w css
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index e8e9b4fb6..612629f89 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -493,6 +493,8 @@ export class DocumentOptions { // 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') + keywords?: MAPt = new MapInfo('keywords', true); + } export const DocOptions = new DocumentOptions(); |