diff options
author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2021-12-02 14:41:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 14:41:08 -0500 |
commit | 2da3a0355131c02123fddff371c6c66eff78c20a (patch) | |
tree | 63769db679a9630df34c3323be8419aac2af377b /src/fields/documentSchemas.ts | |
parent | c415a692ed51563ea937901860d2532aede93d46 (diff) | |
parent | d94a9f8500e832a853ffb344acac4d5ec4b5e5d3 (diff) |
Merge pull request #49 from brown-dash/lauren-linking
Directed selectable links with editing ability in properties panel
Diffstat (limited to 'src/fields/documentSchemas.ts')
-rw-r--r-- | src/fields/documentSchemas.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts index c35c52699..4d5ae1018 100644 --- a/src/fields/documentSchemas.ts +++ b/src/fields/documentSchemas.ts @@ -95,6 +95,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 |