Skip to content

Commit

Permalink
Markup fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 4, 2024
1 parent 98c27b9 commit 314e137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configuration/ThemesConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,14 @@ The format of the theme definitions is as follows:
| `},` | |
| `"collapseLayerGroupsBelowLevel": <level>,` | Optional, layer tree level below which to initially collapse groups. By default the tree is completely expanded. |
| `"skipEmptyFeatureAttributes": <boolean>,` | Optional, whether to skip empty attributes in the identify results. Default is `false`. |
| `"mapTips": <boolean>\|null,` | Optional, per-theme setting whether map-tips are unavailable (`null`), disabled by default (`false`) or enabled by default (`true`). |
| `"mapTips": <boolean>|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": ["<layername>", ...],` | Optional, extra list of layers to mark as internal print layers, i.e. which are omitted from the QWC2 LayerTree. |
| `"printLabelBlacklist": ["<LabelId>", ...]` | Optional, list of composer label ids to not expose in the print dialog. |
| `"editConfig": "<editConfig.json>"` | 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": <boolean>` | See [`config.json`](ViewerConfiguration.md#theme-overridable-settings) for which settings can be specified here. |
| `⁣  ...` | |
Expand Down

0 comments on commit 314e137

Please sign in to comment.