Skip to content

Commit 56fa86e

Browse files
docs: fix markdown line length
1 parent 270dce4 commit 56fa86e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/Filtering-and-Sorting.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,12 @@ transform: (event) => {
9090
};
9191
```
9292

93-
> **Note:** Since MagicMirror² v2.35, the config is delivered to the browser via JSON. In browser-based setups, callback functions can break when they depend on symbols outside the serialized config scope (for example, standalone helper functions declared outside `let config = {}`). Keep `transform` self-contained or reference helpers through `config.myHelper(event)`. For icon assignment by category, prefer `iconMap` because it is plain data and works in all setups.
93+
> **Note:** Since MagicMirror² v2.35, the config is delivered to the browser via JSON.
94+
> In browser-based setups, callback functions can break when they depend on
95+
> symbols outside the serialized config scope (for example, standalone helper
96+
> functions declared outside `let config = {}`). Keep `transform` self-contained
97+
> or reference helpers through `config.myHelper(event)`. For icon assignment by
98+
> category, prefer `iconMap` because it is plain data and works in all setups.
9499
95100
# Icon Map
96101

0 commit comments

Comments
 (0)