diff options
author | bobzel <zzzman@gmail.com> | 2022-11-18 17:26:17 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-11-18 17:26:17 -0500 |
commit | cdd1dd95c67fcb95914913bb5346c5117c0abc27 (patch) | |
tree | 23954efa3dc046ce1ad4ee5cd24d7f64cd2e7497 /src/fields/documentSchemas.ts | |
parent | 4a0686ca3db91cf6e2c984c53f1ad4f2fea8de8b (diff) |
migration of link properties to propertiesView
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 24b5a359d..10324449f 100644 --- a/src/fields/documentSchemas.ts +++ b/src/fields/documentSchemas.ts @@ -93,7 +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 + linkDisplayArrow: 'boolean', // toggles directed arrows // drag drop properties _stayInCollection: 'boolean', // whether document can be dropped into a different collection |