diff options
author | bobzel <zzzman@gmail.com> | 2023-05-10 11:14:57 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-05-10 11:14:57 -0400 |
commit | 53273651cc8ed0f9e073fa30590e0bb172e492e8 (patch) | |
tree | f6b1fd36f99bfa951b99da8ab0e8c70560b031b5 /src/fields/documentSchemas.ts | |
parent | abcf1167340f9f411e7712d11f2110625b0938d8 (diff) | |
parent | 97a743455e7fa3eee768b1d4d025b9dedc49f370 (diff) |
Merge branch 'master' into collaboration-sarah
Diffstat (limited to 'src/fields/documentSchemas.ts')
-rw-r--r-- | src/fields/documentSchemas.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts index 5b489a96c..b7fd06973 100644 --- a/src/fields/documentSchemas.ts +++ b/src/fields/documentSchemas.ts @@ -89,7 +89,6 @@ export const documentSchema = createSchema({ hideAllLinks: 'boolean', // whether all individual blue anchor dots should be hidden linkDisplay: 'boolean', // whether a link connection should be shown between link anchor endpoints. isLightbox: 'boolean', // whether the marked object will display addDocTab() calls that target "lightbox" destinations - isLinkButton: 'boolean', // whether document functions as a link follow button to follow the first link on the document when clicked 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 |