matrix-dimension/config/integrations/customwidget.yaml
turt2live 0406a69b86 Add backend for simple widgets (custom)
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
2017-08-27 23:02:36 -06:00

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"