aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields/documentSchemas.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-05-06 02:01:08 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-05-06 02:01:08 -0400
commitfa826d828b0fc20afde675ffb060e4f24ca310d3 (patch)
treed4e3d9aadb867b7f3f2d407e69c17f72ee445a61 /src/new_fields/documentSchemas.ts
parentd179ac9a6e01fb7d917b4b5fdb56374c697752ce (diff)
fixed makeClone to handle text hyperlinks fixed documentBox background color. fixed formattedtextbox sidebar clicking to sto propagation.
Diffstat (limited to 'src/new_fields/documentSchemas.ts')
-rw-r--r--src/new_fields/documentSchemas.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/new_fields/documentSchemas.ts b/src/new_fields/documentSchemas.ts
index e7d27d81e..cacba43b6 100644
--- a/src/new_fields/documentSchemas.ts
+++ b/src/new_fields/documentSchemas.ts
@@ -44,6 +44,7 @@ export const documentSchema = createSchema({
_chromeStatus: "string", // determines the state of the collection chrome. values allowed are 'replaced', 'enabled', 'disabled', 'collapsed'
_fontSize: "number",
_fontFamily: "string",
+ _sidebarWidthPercent: "string", // percent of text window width taken up by sidebar
// appearance properties on the data document
backgroundColor: "string", // background color of document