aboutsummaryrefslogtreecommitdiff
path: root/src/fields/documentSchemas.ts
diff options
context:
space:
mode:
authorLauren Choi <laurenchoi@gmail.com>2021-11-18 11:34:38 -0500
committerLauren Choi <laurenchoi@gmail.com>2021-11-18 11:34:38 -0500
commitf350591b82012d94a8217d5096094de183de7bb8 (patch)
treeecc43e75641f654f9fcd695ba5b53ca278ff7b45 /src/fields/documentSchemas.ts
parentfc9d892e1ae344bf12b5bc3fc7ff0fb5867d7dba (diff)
added arrow toggling functionality
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 db2c6ca5b..73157d268 100644
--- a/src/fields/documentSchemas.ts
+++ b/src/fields/documentSchemas.ts
@@ -93,6 +93,7 @@ export const documentSchema = createSchema({
layers: listSpec("string"), // which layers the document is part of
_lockedPosition: "boolean", // whether the document can be moved (dragged)
_lockedTransform: "boolean",// whether a freeformview can pan/zoom
+ displayArrow: "boolean", // toggles directed arrows
// drag drop properties
_stayInCollection: "boolean",// whether document can be dropped into a different collection