mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-07-18 14:56:00 +02:00
Updated Enabling the widget (markdown)
@ -6,10 +6,12 @@
|
||||
|
||||
```json
|
||||
{
|
||||
"type": "m.widgets",
|
||||
"content": {
|
||||
"stickerpicker": {
|
||||
"content": {
|
||||
"type": "m.stickerpicker",
|
||||
"url": "https://your.sticker.picker.url/?theme=$theme",
|
||||
"url": "https://demonwarext.github.io/stickerpicker/web/?theme=$theme",
|
||||
"name": "Stickerpicker",
|
||||
"data": {}
|
||||
},
|
||||
@ -19,6 +21,7 @@
|
||||
"id": "stickerpicker"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
If you do not yet have a `m.widgets` event, simply create it with that content.
|
||||
|
Reference in New Issue
Block a user