Skip to content

Commit 5aa8e22

Browse files
committed
Fix broken cross-reference
1 parent 39e5e99 commit 5aa8e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration/ThemesConfiguration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The format of the theme definitions is as follows:
199199
| `"extraPrintParameters": "<&KEY=VALUE>",` | Optional, additional query parameters to append to GetPrint request (requires QGIS Server >= 3.32.0). |
200200
| `"extraPrintLayers": ["<layername>", ...],` | Optional, extra list of layers to mark as internal print layers, i.e. which are omitted from the QWC2 LayerTree. |
201201
| `"printLabelBlacklist": ["<LabelId>", ...]` | Optional, list of composer label ids to not expose in the print dialog. |
202-
| `"editConfig": {<editConfig>} ` | Optional, object containing the editing configuration for the theme, see [Editing](#editing). |
202+
| `"editConfig": {<editConfig>} ` | Optional, object containing the editing configuration for the theme, see [Editing](../topics/Editing.md#edit-config). |
203203
| `"snapping": {...},` | Optional, snapping configuration, see [Snapping](../topics/Snapping.md). |
204204
| `"flags": ["<flag1>", "<flag2>", ...],` | Optional, list of arbitrary flag names. The visibility of menu items, toolbar items and map buttons can be controlled based on the flags a theme declares. See [Plugin Configuration](ViewerConfiguration.md#plugin-configuration). |
205205
| `"config": {` | Optional, per-theme configuration entries which override the global entries in `config.json`, see [Viewer Configuration](ViewerConfiguration.md).|

0 commit comments

Comments
 (0)