Skip to content

Commit

Permalink
Add missing backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Nov 7, 2023
1 parent fe342f1 commit 99d7bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration/ViewerConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ You can then modify the color scheme which is applied by default by setting `def

To change the color scheme at runtime in QWC2, make sure the `Settings` plugin is enabled, and in the `Settings` plugin configuration block in `config.json` list the color schemes below `colorSchemes`. Refer to the [sample `config.json`](https://github.com/qgis/qwc2-demo-app/blob/master/static/config.json).

*Note*: When changing the color scheme via Settings dialog in QWC2, the picked color scheme is stored in the browser local storage, and this setting will override the `defaultColorScheme` setting from `config.json. Specifying the `style` URL-parameter (see [URL parameters](../topics/Interfacing.md#url-parameters)) will take precedence over all other settings.
*Note*: When changing the color scheme via Settings dialog in QWC2, the picked color scheme is stored in the browser local storage, and this setting will override the `defaultColorScheme` setting from `config.json`. Specifying the `style` URL-parameter (see [URL parameters](../topics/Interfacing.md#url-parameters)) will take precedence over all other settings.

*Note:* Make sure that `assets/css/colorschemes.css` is included in `index.html`.

Expand Down

0 comments on commit 99d7bdc

Please sign in to comment.