diff options
author | bobzel <zzzman@gmail.com> | 2021-04-01 10:40:25 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-04-01 10:40:25 -0400 |
commit | ec2748cf3deaa791c5aae6eae11b36f3cd4c0099 (patch) | |
tree | 4310255e65b7f570179b563cb9dc5e59ecbfe5c0 /src/fields/documentSchemas.ts | |
parent | 0ee4a71ff4706bd957bb001d41b4c02796073615 (diff) |
cleaning up tree view stuff.
Diffstat (limited to 'src/fields/documentSchemas.ts')
-rw-r--r-- | src/fields/documentSchemas.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts index 275249840..bf415d7a0 100644 --- a/src/fields/documentSchemas.ts +++ b/src/fields/documentSchemas.ts @@ -76,7 +76,6 @@ export const documentSchema = createSchema({ treeViewOpen: "boolean", // flag denoting whether the documents sub-tree (contents) is visible or hidden treeViewExpandedView: "string", // name of field whose contents are being displayed as the document's subtree treeViewLockExpandedView: "boolean", // whether the expanded view can be changed - treeViewDefaultExpandedView: "string", // name of field whose contents are displayed by default treeViewPreventOpen: "boolean", // ignores the treeViewOpen flag (for allowing a view to not be slaved to other views of the document) treeViewType: "string", // whether tree view is an outline, file syste or (default) hierarchy. For outline, clicks edit document titles immediately since double-click opening is turned off |