diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-12 12:10:02 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-12 12:10:02 -0500 |
commit | a3aaa1f756e80c68d87231898b08bd6557dc42bb (patch) | |
tree | cdeff671071f87c3d42b7ebea6ee0daf525c83ff /src/fields/documentSchemas.ts | |
parent | c77f890a3ddd817738564a84046e65f0916d8a46 (diff) | |
parent | 3439640aad338bb8ff0e12df637e1b4509684001 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into anika_linking
Diffstat (limited to 'src/fields/documentSchemas.ts')
-rw-r--r-- | src/fields/documentSchemas.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts index 97f62c9d4..c1659d4d5 100644 --- a/src/fields/documentSchemas.ts +++ b/src/fields/documentSchemas.ts @@ -73,6 +73,9 @@ export const documentSchema = createSchema({ opacity: "number", // opacity of document strokeWidth: "number", strokeBezier: "number", + strokeStartMarker: "string", + strokeEndMarker: "string", + strokeDash: "string", 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 |