diff options
author | bobzel <zzzman@gmail.com> | 2024-03-29 10:29:21 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-03-29 10:29:21 -0400 |
commit | ddaad0a2119dcb0dedf432aaff69abe5c92ac991 (patch) | |
tree | 0b3d756eecbb936939f04b66c2c372bb6d26cdbc /src/client/documents/Documents.ts | |
parent | 0772ae0522be1fde19362ab7bb0808e13b4f382c (diff) |
enabled %<notestyle> to switch note types. fixed linking to top-level templates (postit, idea, etc). customized postit and idea style.
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 b3d14bc22..a71437346 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -276,6 +276,7 @@ export class DocumentOptions { layout_hideDecorationTitle?: BOOLt = new BoolInfo('whether to suppress the document decortations title when selected'); layout_hideContextMenu?: BOOLt = new BoolInfo('whether the context menu can be shown'); layout_borderRounding?: string; + _layout_borderRounding?: STRt = new StrInfo('amount of rounding to document view corners'); _layout_modificationDate?: DATEt = new DateInfo('last modification date of doc layout', false); _layout_nativeDimEditable?: BOOLt = new BoolInfo('native dimensions can be modified using document decoration reizers', false); _layout_reflowVertical?: BOOLt = new BoolInfo('permit vertical resizing with content "reflow"'); |