diff options
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)'); | 
