diff options
author | bobzel <zzzman@gmail.com> | 2023-07-13 20:51:20 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-07-13 20:51:20 -0400 |
commit | f96fb8dc3e430f93b7a7f3a57fa3fb3d83c813c9 (patch) | |
tree | 94ed3c40d69027a67424a67e9b67d48e2f113ccf /src/client/documents/Documents.ts | |
parent | 51d464e67b22939e7fd1422a7175ec9b58f390a7 (diff) |
removed shared dashboards from SharedDocs -- only available through the Dashbaord view now. Need to change hgihlight of Dashboard button to show badge w/ new dashboards the same as is done is shard docs.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index a39145151..a16742623 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -395,6 +395,7 @@ export class DocumentOptions { sidebar_color?: string; // background color of text sidebar sidebar_collectionType?: string; // collection type of text sidebar + data_dashboards?: List<any>; // list of dashboards used in shareddocs; text?: string; textTransform?: string; letterSpacing?: string; |