You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`"id": "<id>",`| Theme identificator. Autogenerated if not specified. |
136
136
|`"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:
194
194
|`"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. |
195
195
|`"printResolutions": [<DPIs>],`| List of available print resolutions. If an empty list, resolutions are freely choseable. If omitted, defaults to `defaultPrintResolutions`. |
196
196
|`"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. |
197
198
|`"skipEmptyFeatureAttributes": <boolean>,`| Optional, whether to skip empty attributes in the identify results. Default is `false`. |
198
199
|`"themeInfoLinks": {`| Optional, custom links to additional resources, shown as a menu in the theme selector in the theme switcher. |
199
200
|` "entries": ["<link_name>", ...],`| List of theme info link names, see [below](#theme-info-links). |
0 commit comments