Skip to content

Commit 5c61b08

Browse files
committed
Document printTemplateBlacklist
1 parent 7a7788b commit 5c61b08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/configuration/ThemesConfiguration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Refer to the [sample `themesConfig.json`](https://github.com/qwc-services/qwc-do
130130

131131
The format of the theme definitions is as follows:
132132
<!-- Important: Use U+00A0 non-breaking spaces ( ) in code blocks -->
133-
| Entry | Description |
133+
| Field | Description |
134134
|------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
135135
| `"id": "<id>",` | Theme identificator. Autogenerated if not specified. |
136136
| `"url": "<WMS URL>",` | The address of desired WMS served by QGIS Server. |
@@ -194,6 +194,7 @@ The format of the theme definitions is as follows:
194194
| `"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. |
195195
| `"printResolutions": [<DPIs>],` | List of available print resolutions. If an empty list, resolutions are freely choseable. If omitted, defaults to `defaultPrintResolutions`. |
196196
| `"printScales": [<Scale denominators>],` | List of denominators of allowed print scales. If omitted, defaults to `defaultPrintScales`. |
197+
| `"printTemplateBlacklist": [<template_name>],` | Optional, list of print template names to ignore. |
197198
| `"skipEmptyFeatureAttributes": <boolean>,` | Optional, whether to skip empty attributes in the identify results. Default is `false`. |
198199
| `"themeInfoLinks": {` | Optional, custom links to additional resources, shown as a menu in the theme selector in the theme switcher. |
199200
| `⁣  "entries": ["<link_name>", ...],` | List of theme info link names, see [below](#theme-info-links). |

0 commit comments

Comments
 (0)