diff options
author | bobzel <zzzman@gmail.com> | 2021-04-02 13:05:58 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-04-02 13:05:58 -0400 |
commit | 9f905fb3fac480d223baa9eea60bb22b01bf3f84 (patch) | |
tree | 417e0b1ed09cc6831f620617804c21eb21b3ad9c /src/fields/documentSchemas.ts | |
parent | fe9ecedb60f2c586eb2d98c248bd4a947877b535 (diff) |
added snap lines button to freeform properties. renamed & simplified treeViewPreventOpen stuff
Diffstat (limited to 'src/fields/documentSchemas.ts')
-rw-r--r-- | src/fields/documentSchemas.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts index 3b970001f..f17a390a6 100644 --- a/src/fields/documentSchemas.ts +++ b/src/fields/documentSchemas.ts @@ -76,7 +76,7 @@ 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 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) + treeViewOpenIsTransient: "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 // interaction and linking properties |