mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-06 07:20:02 +00:00
30abf86c4b
* API: https://github.com/element-hq/element-modules/pull/219 * Element Web API impl: https://github.com/element-hq/element-web/pull/32734
440 B
440 B
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"]
}