diff options
author | bobzel <zzzman@gmail.com> | 2025-06-19 15:30:54 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-06-19 15:30:54 -0400 |
commit | abdfe5b109f42cd5da4aceef1bd667c8e1f6cbbd (patch) | |
tree | 26c0d1b4d4034a98003f97ecdc771066a0e04804 /src/client/documents/Documents.ts | |
parent | 562d6591a5e4feb7d44135445fd16056e0f8943f (diff) | |
parent | c0daf8b6aff92b71662d9791aeaa4bb63076dd02 (diff) |
Merge branch 'lanyi-branch'
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 4ad9c9bd8..aea636040 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -331,6 +331,9 @@ export class DocumentOptions { toolType?: string; // type of pen tool expertMode?: BOOLt = new BoolInfo('something available only in expert (not novice) mode'); + placeholder_docType?: STRt = new StrInfo('type of document that this document accepts as a child', false, false, Array.from(Object.keys(DocumentType))); + placeholder_acceptTags?: List<string>; + contextMenuFilters?: List<ScriptField>; contextMenuScripts?: List<ScriptField>; contextMenuLabels?: List<string>; |