-
Notifications
You must be signed in to change notification settings - Fork 150
Classes
Kristjan ESPERANTO edited this page Apr 28, 2025
·
2 revisions
Now with a few commands, you can hide, show or toggle the modules you want using just a single button.
config: {
classes: {
"Any Name You Want": {
hide: ["calendar"],
show: ["newsfeed"],
toggle: ["clock"],
},
"Another Name You Want": {
hide: ["newsfeed"],
show: ["calendar"],
},
},
},
Using the hide, show or toggle tag, the mirror will do that action with the modules described in the array.