diff options
author | geireann <geireann.lindfield@gmail.com> | 2021-09-01 15:55:37 -0400 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2021-09-01 15:55:37 -0400 |
commit | 52c0e8f10555fc8ba05ce62bede60e50b33bdc54 (patch) | |
tree | 7b6e696d97a2f9ab5c761e973b197bd8d86644e9 /src/fields/documentSchemas.ts | |
parent | 4ba82ba609d51354958e8346c65673c4cf172c52 (diff) | |
parent | c8b3de89219a07d466151f5b4633cc87f0d46ec3 (diff) |
Merge branch 'menu_updates_geireann' of https://github.com/brown-dash/Dash-Web into menu_updates_geireann
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 f17a390a6..db2c6ca5b 100644 --- a/src/fields/documentSchemas.ts +++ b/src/fields/documentSchemas.ts @@ -15,7 +15,6 @@ export const documentSchema = createSchema({ // "Location" properties in a very general sense _curPage: "number", // current page of a page based document _currentFrame: "number", // current frame of a frame based collection (e.g., a progressive slide) - _fullScreenView: Doc, // alias to display when double-clicking to open document in a full-screen view lastFrame: "number", // last frame of a frame based collection (e.g., a progressive slide) activeFrame: "number", // the active frame of a frame based animated document _currentTimecode: "number", // current play back time of a temporal document (video / audio) |