diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-11-16 15:23:20 -0500 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-11-16 15:23:20 -0500 |
commit | d9eb5155734241e5c54353fe53168051fbd32c84 (patch) | |
tree | 2b334da0cdce55a9de1e02f12bdbaa7a4fb46251 /src | |
parent | 2231fc61a0a667c207ec3ca7156f7545cf909d17 (diff) |
small change to document schema (font size is not a string_
Diffstat (limited to 'src')
-rw-r--r-- | src/new_fields/documentSchemas.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/new_fields/documentSchemas.ts b/src/new_fields/documentSchemas.ts index fb650eefd..7592cdaa3 100644 --- a/src/new_fields/documentSchemas.ts +++ b/src/new_fields/documentSchemas.ts @@ -45,6 +45,7 @@ export const documentSchema = createSchema({ animateToDimensions: listSpec("number"), // layout information about the target rectangle a document is animating towards scrollToLinkID: "string", // id of link being traversed. allows this doc to scroll/highlight/etc its link anchor. scrollToLinkID should be set to undefined by this doc after it sets up its scroll,etc. strokeWidth: "number", + fontSize: "string" }); export const positionSchema = createSchema({ |