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: modules/configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,15 @@ see [configuration](/configuration/introduction) for more information.
12
12
|`header`| To display a header text above the module, add the header property. This field is optional. |
13
13
|`hiddenOnStartup`| Set module as being hidden on startup. This field is optional. |
14
14
|`disabled`| Set disabled to `true` to skip creating the module. This field is optional. |
15
-
|`configDeepMerge`|Allow to merge with internal configuration in deep (Array and/with object). This field is optional (on developer choice generally). |
15
+
|`configDeepMerge`|By default `config` is merged with the module defaults only at the top level. Set to `true` to also merge nested objects recursively (arrays are always replaced). Whether it's useful depends on the module, so check its documentation. Optional, defaults to `false`.|
16
16
|`animateIn`| Special animate name when a module appears (see below) This field is optional. |
17
17
|`animateOut`| Special animates name when a module should hide (see below) This field is optional. |
18
18
|`config`| An object with the module configuration properties. Check the documentation of the module for more information. This field is optional, unless the module requires extra configuration. |
0 commit comments