diff options
author | bobzel <zzzman@gmail.com> | 2022-06-03 08:39:14 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-06-03 08:39:14 -0400 |
commit | 3e75896a0c6e59036a6b9467521f4fe68fdda1a0 (patch) | |
tree | 758cfb37a9a17d4b276f7bcc908a56185b718978 /src/fields/documentSchemas.ts | |
parent | ca26b43095622d07ae81fc08d4037be38d9a8b28 (diff) | |
parent | 8799738abd11a878579814e64163e0f8a95b5116 (diff) |
Merge branch 'master' into presentation_upgrade
Diffstat (limited to 'src/fields/documentSchemas.ts')
-rw-r--r-- | src/fields/documentSchemas.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts index 4d5ae1018..e532becb5 100644 --- a/src/fields/documentSchemas.ts +++ b/src/fields/documentSchemas.ts @@ -44,7 +44,6 @@ export const documentSchema = createSchema({ _showCaption: "string", // whether editable caption text is overlayed at the bottom of the document _showTitle: "string", // the fieldkey(s) whose contents should be displayed at the top of the document. separate multiple keys with ";". Use :hover suffix to indicate title should be shown on hover _showAudio: "boolean", // whether to show the audio record icon on documents - _freeformLOD: "boolean", // whether to enable LOD switching for CollectionFreeFormViews _pivotField: "string", // specifies which field key should be used as the timeline/pivot axis _columnsFill: "boolean", // whether documents in a stacking view column should be sized to fill the column _columnsSort: "string", // how a document should be sorted "ascending", "descending", undefined (none) |