diff options
author | geireann <geireann.lindfield@gmail.com> | 2021-08-18 17:27:07 -0400 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2021-08-18 17:27:07 -0400 |
commit | 917ebb4a7b6840f57abbf8dbcc197919f3ee3aac (patch) | |
tree | 1c6cee9cc35cdaf8dd634659cc03639ce5462a4d /src/client/documents/Documents.ts | |
parent | 56fdbfba93f582d163ccbe390d8d67f937615a1d (diff) |
updates towards a menu
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 36cbd2059..817fbb9d6 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -227,6 +227,7 @@ export class DocumentOptions { //LINEAR VIEW linearViewIsExpanded?: boolean; // is linear view expanded linearViewExpandable?: boolean; // can linear view be expanded + linearViewToggleButton?: string; // button to open close linear view group layout_linkView?: Doc; // view template for a link document layout_keyValue?: string; // view tempalte for key value docs |