diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-04-03 20:14:13 -0400 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-04-03 20:14:13 -0400 |
commit | 1a6a4555f017e6b511f001ba3a2e505f1632c638 (patch) | |
tree | ec2f0a900845f68b85e5aa4571104637acf01347 /src/fields/documentSchemas.ts | |
parent | d252d6dba8b789215ed8da5b66889a26b06a2a18 (diff) | |
parent | c6765df5396540cd446ff63c6e8fe90f367a92df (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into sharing_scenario
Diffstat (limited to 'src/fields/documentSchemas.ts')
-rw-r--r-- | src/fields/documentSchemas.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts index bf415d7a0..f17a390a6 100644 --- a/src/fields/documentSchemas.ts +++ b/src/fields/documentSchemas.ts @@ -75,8 +75,8 @@ 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 - treeViewPreventOpen: "boolean", // ignores the treeViewOpen flag (for allowing a view to not be slaved to other views of the document) + treeViewExpandedViewLock: "boolean", // whether the expanded view can be changed + 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 |