diff options
author | mehekj <mehek.jethani@gmail.com> | 2022-06-06 11:06:28 -0400 |
---|---|---|
committer | mehekj <mehek.jethani@gmail.com> | 2022-06-06 11:06:28 -0400 |
commit | 0da188cccf46dea9e039d2f80907d2ee32edbfdb (patch) | |
tree | 6943902900274cc6d9ed954181cf935757a1e2ae /src/fields/documentSchemas.ts | |
parent | 3b3695cfc5674a93c0ecee4d2af5d8ba8c8cfb70 (diff) | |
parent | 9acba91baa0ee2ee43106d344392039a2cbd0e46 (diff) |
Merge branch 'master' into temporalmedia-mehek
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) |