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
Copy file name to clipboardExpand all lines: src/configuration/ViewerConfiguration.md
+1
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ All settings are optional, with fallback to the default values as documented.
46
46
|`urlRegEx`| A [JSON-escaped](https://www.freeformatter.com/json-escape.html) regular expression used to match URLs in feature attribute values. Default: see `qwc2/utils/MiscUtils.js`. |
47
47
|`trustWmsCapabilityURLs`| Whether to trust the GetMap etc. URLs reported in WMS service capabilities. If not `true`, the protocol, host and pathname portion of the URLs are inherited from the called capabilities URL. |
48
48
|`editServiceCaptchaSiteKey` | ReCAPTCHA public site key for public editing, see [ReCAPTCHA validation](../Topics/Editing.md#recaptcha).
49
+
|`editTextNullValue` | A text value which represents `NULL` when editing.
49
50
50
51
### Global settings, overridable per theme<aname="theme-overridable-settings"></a>
0 commit comments