diff options
author | yunahi <60233430+yunahi@users.noreply.github.com> | 2020-06-08 10:56:36 +0900 |
---|---|---|
committer | yunahi <60233430+yunahi@users.noreply.github.com> | 2020-06-08 10:56:36 +0900 |
commit | 632dec95b9fccccef13b50cb41fc598613a9df1e (patch) | |
tree | 134931ae3c7440c4d8f503607aeca16fc40ab5da /src/fields/documentSchemas.ts | |
parent | 21dae64ec5a1305cdd6865481f705332b8238190 (diff) |
added ink options menu
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 e7031cc39..31f589ec0 100644 --- a/src/fields/documentSchemas.ts +++ b/src/fields/documentSchemas.ts @@ -63,6 +63,7 @@ export const documentSchema = createSchema({ letterSpacing: "string", opacity: "number", // opacity of document strokeWidth: "number", + strokeBezier: "number", 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 |