mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
0406a69b86
This is a start on #91 TODO: * Special case widgets in the front end * Check permissions for widgets (can_send_event) * Treat existing widgets as editable integrations (with an "Add Widget" for adding multiples) * Figure out UI for laying this all out
7 lines
257 B
YAML
7 lines
257 B
YAML
# This is an awkward configuration, but it basically adds the "Custom Widget" option to the UI
|
|
type: "widget"
|
|
integrationType: "customwidget"
|
|
enabled: true
|
|
name: "Custom Widget"
|
|
about: "A webpage embedded in the room."
|
|
avatar: "img/avatars/customwidget.png" |