Files
blap/modules/widget-toggles
David Baker dd2a125d52 Add unit test for the toggle component
Using playwright-provided chromium via vitest + testing library
2026-03-16 18:51:40 +00:00
..
2026-03-06 11:02:11 +00:00

Widget Toggles Module

Adds room header buttons for widgets in the room.

This module needs to be configured to control what widget types get buttons added for them. The following config snippet enables the module and configures it to add buttons for both custom and jitsi widgets:

"modules": [
    "/modules/widget-toggles/lib/index.js"
],
"io.element.element-web-modules.widget-toggles": {
    "types": ["m.custom", "jitsi"]
}