aboutsummaryrefslogtreecommitdiff
path: root/src/fields/documentSchemas.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-25 22:24:27 -0400
committerbobzel <zzzman@gmail.com>2020-08-25 22:24:27 -0400
commit0e4da0ffd9ff7eaf571451d8b267c7e708e152d7 (patch)
treeddaec3c78d386ced1bce0c352639c8aa1aec78a9 /src/fields/documentSchemas.ts
parent6242be458d60bfc0e019286ff20ede8492cd140f (diff)
changed treeViewHideTopLevel back to treeViewHideTitle. cleaned up some stuff.
Diffstat (limited to 'src/fields/documentSchemas.ts')
-rw-r--r--src/fields/documentSchemas.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts
index c669b1185..a83fec4ab 100644
--- a/src/fields/documentSchemas.ts
+++ b/src/fields/documentSchemas.ts
@@ -87,6 +87,7 @@ export const documentSchema = createSchema({
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)
+ treeViewOutlineMode: "boolean", // whether tree view is an outline and clicks edit document titles immediately since double-click opening is turned off
// interaction and linking properties
ignoreClick: "boolean", // whether documents ignores input clicks (but does not ignore manipulation and other events)