Skip to content

Commit

Permalink
Document defaultPrintLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 17, 2024
1 parent 624c2a0 commit 75cac67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configuration/ThemesConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ The format of the theme definitions is as follows:
| `⁣  {"s": <Scale1>, "x": <Width1>, "y": <Height1>},` | Keep this list sorted in descending order by scale denominator. |
| `⁣  {"s": <Scale2>, "x": <Width2>, "y": <Height2>}` | In this example, `{x: <Width2>, y: <Height2>}` will be used for `<Scale1> > Scale >= <Scale2>`. |
| `],` | |
| `"defaultPrintLayout": "<ID>",` | Optional, name print layout to select by default. |
| `"printLabelForSearchResult": "<ID>",` | Optional, an ID of a print layout label to which the current search result text (if any) will be written to when printing. |
| `"printLabelForAttribution": "<ID>",` | Optional, an ID of a print layout label to which the current attribution text (if any) will be written to when printing. |
| `"printLabelConfig": {` | Optional, configuration of the text input fields for print layout labels. |
Expand Down

0 comments on commit 75cac67

Please sign in to comment.