Skip to content

Commit eab8b4f

Browse files
committed
reference page - page-width default is taking into account margins
Make it more clear in the documentation closes #11162
1 parent 6507f91 commit eab8b4f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/resources/editor/tools/vs-code.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15565,7 +15565,7 @@ var require_yaml_intelligence_resources = __commonJS({
1556515565
schema: "number",
1556615566
description: {
1556715567
short: "Target page width for output (used to compute columns widths for `layout` divs)\n",
15568-
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"
15568+
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"
1556915569
}
1557015570
},
1557115571
{

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8537,7 +8537,7 @@
85378537
"schema": "number",
85388538
"description": {
85398539
"short": "Target page width for output (used to compute columns widths for `layout` divs)\n",
8540-
"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"
8540+
"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"
85418541
}
85428542
},
85438543
{

src/resources/schema/document-layout.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
short: |
7777
Target page width for output (used to compute columns widths for `layout` divs)
7878
long: |
79-
Target page width for output (used to compute columns widths for `layout` divs).
79+
Target body page width for output (used to compute columns widths for `layout` divs).
8080
Defaults to 6.5 inches, which corresponds to default letter page settings in
81-
docx and odt.
81+
docx and odt (8.5 inches with 1 inch for each margins).
8282
8383
- name: grid
8484
schema:

0 commit comments

Comments
 (0)