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: docs/module-configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The following properties can be applied to all module types:
20
20
|--------------------|:---------:|---------|
21
21
|**target**| Where should the button to enable/disable the module be rendered. Valid options are `menu` or `toolbar`|`"target": "menu"`|
22
22
|**win**| Value to mark if the module has a window as sub component and where to show the module UI elements. Valid options are `floating` and `sidebar`. If the value is omitted, then the module is not associated with a window. |`"win": "floating"`|
23
-
| icon | Provide a customized icon for the module. |`"icon": "info"`|
23
+
| icon | Provide a customized icon for the module. |`"icon": "md:info"`|
24
24
| minimizable | Indicates whether the module window can be minimized. Only applies if a module window is present as indicated by the `win` parameter. |`"minimizable": true`|
25
25
| closable | Indicates whether the module window can be closed by a "X" icon in the window's header bar. Only applies if a module window is present as indicated by the `win` parameter. |`"closable": false`|
26
26
| backgroundImage | Optional background image for the window header. Only applies if a module window is present as indicated by the `win` parameter. |`"backgroundImage": "static/icon/myImage.png"}`|
0 commit comments