2017-11-18 16:33:47 -05:00
|
|
|
# All this configuration does is make "Etherpad Widget" available in the UI
|
|
|
|
type: "widget"
|
|
|
|
integrationType: "etherpad"
|
|
|
|
enabled: true
|
|
|
|
name: "Etherpad"
|
2017-12-16 00:27:20 -05:00
|
|
|
about: "Collaborate on documents with members of your room."
|
2017-11-18 16:33:47 -05:00
|
|
|
avatar: "img/avatars/etherpad.png"
|
2017-12-09 18:31:36 -05:00
|
|
|
|
|
|
|
# This is the URL people will be provided when adding a new Etherpad widget. The supported variables
|
|
|
|
# are $roomId and $padName. Both will end up being URL encoded.
|
|
|
|
defaultUrl: "https://demo.riot.im/etherpad/p/$roomId_$padName"
|