diff options
author | bobzel <zzzman@gmail.com> | 2023-06-06 22:24:55 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-06-06 22:24:55 -0400 |
commit | 3a70c915f3f2b64de72ac7cdff316184cb12db53 (patch) | |
tree | c9ed9a19228400458ded9adb746d76b4840c5ea6 /src/fields/documentSchemas.ts | |
parent | 9accdb19ea34240ad2c7739ea72e51aeaae2a77b (diff) |
updated text properties to be prefixed with field 'text_'
Diffstat (limited to 'src/fields/documentSchemas.ts')
-rw-r--r-- | src/fields/documentSchemas.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts index a5361b98a..7a0a18929 100644 --- a/src/fields/documentSchemas.ts +++ b/src/fields/documentSchemas.ts @@ -49,8 +49,8 @@ export const documentSchema = createSchema({ _columnsHideIfEmpty: 'boolean', // whether empty stacking view column headings should be hidden // _columnHeaders: listSpec(SchemaHeaderField), // header descriptions for stacking/masonry // _schemaHeaders: listSpec(SchemaHeaderField), // header descriptions for schema views - _fontSize: 'string', - _fontFamily: 'string', + _text_fontSize: 'string', + _text_fontFamily: 'string', _layout_sidebarWidthPercent: 'string', // percent of text window width taken up by sidebar // appearance properties on the data document |