From 314e13758d3dadf8ad0412b3d3aa3ed89fc3556a Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 4 Jan 2024 20:21:32 +0100 Subject: [PATCH] Markup fixes --- src/configuration/ThemesConfiguration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configuration/ThemesConfiguration.md b/src/configuration/ThemesConfiguration.md index 6cb1460c..c302ebc2 100644 --- a/src/configuration/ThemesConfiguration.md +++ b/src/configuration/ThemesConfiguration.md @@ -192,14 +192,14 @@ The format of the theme definitions is as follows: | `},` | | | `"collapseLayerGroupsBelowLevel": ,` | Optional, layer tree level below which to initially collapse groups. By default the tree is completely expanded. | | `"skipEmptyFeatureAttributes": ,` | Optional, whether to skip empty attributes in the identify results. Default is `false`. | -| `"mapTips": \|null,` | Optional, per-theme setting whether map-tips are unavailable (`null`), disabled by default (`false`) or enabled by default (`true`). | +| `"mapTips": |null,` | Optional, per-theme setting whether map-tips are unavailable (`null`), disabled by default (`false`) or enabled by default (`true`). | | `"extraLegendParameters": "<&KEY=VALUE>",` | Optional, [additional query parameters](https://docs.qgis.org/latest/en/docs/server_manual/services/wms.html#getlegendgraphics) to append to GetLegendGraphic request. | | `"extraDxfParameters": "<&KEY=VALUE>",` | Optional, [additional query parameters](https://docs.qgis.org/latest/en/docs/server_manual/services/wms.html?highlight=dxf#format-options) to append to DXF export request. | | `"extraPrintParameters": "<&KEY=VALUE>",` | Optional, additional query parameters to append to GetPrint request (requires QGIS Server >= 3.32.0). | | `"extraPrintLayers": ["", ...],` | Optional, extra list of layers to mark as internal print layers, i.e. which are omitted from the QWC2 LayerTree. | | `"printLabelBlacklist": ["", ...]` | Optional, list of composer label ids to not expose in the print dialog. | | `"editConfig": ""` | Optional, object or path to a filename containing the editing configuration for the theme, see [Editing](#editing). | -| `"snapping": {...},` | Optional, snapping configuration, see [Snapping](#snapping). | | +| `"snapping": {...},` | Optional, snapping configuration, see [Snapping](../topics/Snapping.md). | | | `"config": {` | Optional, per-theme configuration entries which override the global entries in `config.json`, see [Viewer Configuration](ViewerConfiguration.md).| | `⁣  "allowRemovingThemeLayers": ` | See [`config.json`](ViewerConfiguration.md#theme-overridable-settings) for which settings can be specified here. | | `⁣  ...` | |