aboutsummaryrefslogtreecommitdiff
path: root/src/fields/documentSchemas.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-04-01 11:45:56 -0400
committerbobzel <zzzman@gmail.com>2021-04-01 11:45:56 -0400
commit7125bf2c1138637c9753b565b0690bb0fb5d93d0 (patch)
treef6dc30f7a1302dc762f0a71bbb0da388abee6104 /src/fields/documentSchemas.ts
parentec2748cf3deaa791c5aae6eae11b36f3cd4c0099 (diff)
more tree view cleanup
Diffstat (limited to 'src/fields/documentSchemas.ts')
-rw-r--r--src/fields/documentSchemas.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts
index bf415d7a0..3b970001f 100644
--- a/src/fields/documentSchemas.ts
+++ b/src/fields/documentSchemas.ts
@@ -75,7 +75,7 @@ export const documentSchema = createSchema({
textTransform: "string",
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
+ treeViewExpandedViewLock: "boolean", // whether the expanded view can be changed
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