diff options
author | Joanne <zehan_ding@brown.edu> | 2025-06-17 13:02:50 -0400 |
---|---|---|
committer | Joanne <zehan_ding@brown.edu> | 2025-06-17 13:02:50 -0400 |
commit | 2aa2c26b95a539d220e46b20cdfbef6ae39d6c43 (patch) | |
tree | 344a6f798f692fdd4921ab5a6762e907f5ad7b06 /src/client/documents/Documents.ts | |
parent | 430db63077868fa54829721d6530a810aa4d4588 (diff) | |
parent | ccfdf905400cd4b81d8cde0f16bb0e15cd65621b (diff) |
Merge branch 'agent-paper-main' of https://github.com/brown-dash/Dash-Web into joanne-tutorialagent
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 1ca298dd7..e1cd62602 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -274,6 +274,7 @@ export class DocumentOptions { _layout_reflowHorizontal?: BOOLt = new BoolInfo('permit horizontal resizing with content reflow'); _layout_noSidebar?: BOOLt = new BoolInfo('whether to display the sidebar toggle button'); layout_boxShadow?: string; // box-shadow css string OR "standard" to use dash standard box shadow + _iframe_sandbox?: STRt = new StrInfo('sandbox attributes for iframes in web documents (e.g., allow-scripts, allow-same-origin)'); layout_maxShown?: NUMt = new NumInfo('maximum number of children to display at one time (see multicolumnview)'); _layout_columnWidth?: NUMt = new NumInfo('width of table column', false); _layout_columnCount?: NUMt = new NumInfo('number of columns in a masonry view'); |