mirror of
https://github.com/maunium/stickerpicker
synced 2025-01-13 11:46:36 +00:00
Updated Enabling the widget (markdown)
parent
6caf649211
commit
73698b206a
@ -5,23 +5,23 @@
|
|||||||
have the following content:
|
have the following content:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"type": "m.widgets",
|
"type": "m.widgets",
|
||||||
"content": {
|
|
||||||
"stickerpicker": {
|
|
||||||
"content": {
|
"content": {
|
||||||
"type": "m.stickerpicker",
|
"stickerpicker": {
|
||||||
"url": "https://demonwarext.github.io/stickerpicker/web/?theme=$theme",
|
"content": {
|
||||||
"name": "Stickerpicker",
|
"type": "m.stickerpicker",
|
||||||
"data": {}
|
"url": "https://demonwarext.github.io/stickerpicker/web/?theme=$theme",
|
||||||
},
|
"name": "Stickerpicker",
|
||||||
"sender": "@you:matrix.server.name",
|
"data": {}
|
||||||
"state_key": "stickerpicker",
|
},
|
||||||
"type": "m.widget",
|
"sender": "@you:matrix.server.name",
|
||||||
"id": "stickerpicker"
|
"state_key": "stickerpicker",
|
||||||
|
"type": "m.widget",
|
||||||
|
"id": "stickerpicker"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
If you do not yet have a `m.widgets` event, simply create it with that content.
|
If you do not yet have a `m.widgets` event, simply create it with that content.
|
||||||
|
Loading…
Reference in New Issue
Block a user