Skip to content

Commit

Permalink
reference page - page-width default is taking into account margins
Browse files Browse the repository at this point in the history
Make it more clear in the documentation

closes #11162
  • Loading branch information
cderv committed Oct 23, 2024
1 parent 6507f91 commit eab8b4f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/resources/editor/tools/vs-code.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15565,7 +15565,7 @@ var require_yaml_intelligence_resources = __commonJS({
schema: "number",
description: {
short: "Target page width for output (used to compute columns widths for `layout` divs)\n",
long: "Target page width for output (used to compute columns widths for `layout` divs).\nDefaults to 6.5 inches, which corresponds to default letter page settings in \ndocx and odt.\n"
long: "Target body page width for output (used to compute columns widths for `layout` divs).\nDefaults to 6.5 inches, which corresponds to default letter page settings in \ndocx and odt (8.5 inches with 1 inch for each margins).\n"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/resources/editor/tools/yaml/web-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8537,7 +8537,7 @@
"schema": "number",
"description": {
"short": "Target page width for output (used to compute columns widths for `layout` divs)\n",
"long": "Target page width for output (used to compute columns widths for `layout` divs).\nDefaults to 6.5 inches, which corresponds to default letter page settings in \ndocx and odt.\n"
"long": "Target body page width for output (used to compute columns widths for `layout` divs).\nDefaults to 6.5 inches, which corresponds to default letter page settings in \ndocx and odt (8.5 inches with 1 inch for each margins).\n"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/resources/schema/document-layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
short: |
Target page width for output (used to compute columns widths for `layout` divs)
long: |
Target page width for output (used to compute columns widths for `layout` divs).
Target body page width for output (used to compute columns widths for `layout` divs).
Defaults to 6.5 inches, which corresponds to default letter page settings in
docx and odt.
docx and odt (8.5 inches with 1 inch for each margins).
- name: grid
schema:
Expand Down

0 comments on commit eab8b4f

Please sign in to comment.