aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-18 23:25:15 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-18 23:25:15 -0400
commitb7c1c6890c9186578ce06e8c31cdd82662d1c934 (patch)
tree0560676926c578a660e3ace1dee2e7ff791d18c3 /src/client/documents
parent02548014bc2a4a6a127147657599122e69ba60d6 (diff)
changed structure of template docs in sidebar. got rid of special context menu in tree view in favor of pushing everything to document context menus which ca now be extended by the local document or through props.
Diffstat (limited to 'src/client/documents')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 3ac823bb0..3073707a6 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -79,6 +79,7 @@ export interface DocumentOptions {
x?: number;
y?: number;
z?: number;
+ author?: string;
dropAction?: dropActionType;
childDropAction?: dropActionType;
layoutKey?: string;