diff options
author | bobzel <zzzman@gmail.com> | 2021-02-15 15:01:06 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-02-15 15:01:06 -0500 |
commit | bd5ca49636c5ff0d480003f9479cf40a562b4589 (patch) | |
tree | 8b1295e153af765970f3adb4cc6bb4b8f30ae8b6 /src/fields/documentSchemas.ts | |
parent | ddf37d997ded0faa87c844b02f4df1b98989fd2e (diff) |
cleaned up showTitle and showAudio stuff just a bit.
Diffstat (limited to 'src/fields/documentSchemas.ts')
-rw-r--r-- | src/fields/documentSchemas.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts index bdc498c97..df3dd1eb4 100644 --- a/src/fields/documentSchemas.ts +++ b/src/fields/documentSchemas.ts @@ -42,8 +42,7 @@ export const documentSchema = createSchema({ _yMargin: "number", // margin added on top/bottom of most documents to add separation from their container _overflow: "string", // sets overflow behvavior for CollectionFreeForm views _showCaption: "string", // whether editable caption text is overlayed at the bottom of the document - _showTitle: "string", // the fieldkey whose contents should be displayed at the top of the document - _showTitleHover: "string", // the showTitle should be shown only on hover + _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 |