diff options
author | Stanley Yip <stanley_yip@brown.edu> | 2020-01-20 16:33:49 -0500 |
---|---|---|
committer | Stanley Yip <stanley_yip@brown.edu> | 2020-01-20 16:33:49 -0500 |
commit | dabb4a9c66083b88eba7bfb07a2614634e124b10 (patch) | |
tree | f0f4f97cb914b3bdd927c40cd941a3a0404e5a03 /src/new_fields/documentSchemas.ts | |
parent | 40b0096ecbaa873a5e0b4b8955431842d306063f (diff) |
resizable palette
Diffstat (limited to 'src/new_fields/documentSchemas.ts')
-rw-r--r-- | src/new_fields/documentSchemas.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/new_fields/documentSchemas.ts b/src/new_fields/documentSchemas.ts index 24f6224eb..d5c34e128 100644 --- a/src/new_fields/documentSchemas.ts +++ b/src/new_fields/documentSchemas.ts @@ -57,6 +57,8 @@ export const documentSchema = createSchema({ yPadding: "number", // pixels of padding on left/right of collectionfreeformview contents when fitToBox is set LODarea: "number", // area (width*height) where CollectionFreeFormViews switch from a label to rendering contents LODdisable: "boolean", // whether to disbale LOD switching for CollectionFreeFormViews + letterSpacing: "string", + textTransform: "string" }); export const positionSchema = createSchema({ |