diff options
author | bobzel <zzzman@gmail.com> | 2025-07-03 10:46:08 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-07-03 10:46:08 -0400 |
commit | 8299e24ccd64987cb898cae74622d5bb06d9e538 (patch) | |
tree | 6d461b7bcb9271091bd30210c7622101c045e6af /src/client/documents/Documents.ts | |
parent | c32e8f3ab21088df872d836b7eb033f4eff8d73c (diff) |
fixed creating docs with ai tool to allow options to be specified.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 6fd6534a4..22a771a11 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -312,7 +312,6 @@ export class DocumentOptions { title_transform?: STRt = new StrInfo('transformation to apply to title in label box (eg., uppercase)', undefined, undefined, ['uppercase', 'lowercase', 'capitalize']); text_transform?: STRt = new StrInfo('transformation to apply to text in text box (eg., uppercase)', undefined, undefined, ['uppercase', 'lowercase', 'capitalize']); text_placeholder?: BOOLt = new BoolInfo('makes the text act like a placeholder and automatically select when the text box is selected'); - fontSize?: string; _pivotField?: string; // field key used to determine headings for sections in stacking, masonry, pivot views infoWindowOpen?: BOOLt = new BoolInfo('whether info window corresponding to pin is open (on MapDocuments)'); |