Updated Enabling the widget (markdown)
parent
7539c22904
commit
6caf649211
|
@ -6,10 +6,12 @@
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
"type": "m.widgets",
|
||||||
|
"content": {
|
||||||
"stickerpicker": {
|
"stickerpicker": {
|
||||||
"content": {
|
"content": {
|
||||||
"type": "m.stickerpicker",
|
"type": "m.stickerpicker",
|
||||||
"url": "https://your.sticker.picker.url/?theme=$theme",
|
"url": "https://demonwarext.github.io/stickerpicker/web/?theme=$theme",
|
||||||
"name": "Stickerpicker",
|
"name": "Stickerpicker",
|
||||||
"data": {}
|
"data": {}
|
||||||
},
|
},
|
||||||
|
@ -18,6 +20,7 @@
|
||||||
"type": "m.widget",
|
"type": "m.widget",
|
||||||
"id": "stickerpicker"
|
"id": "stickerpicker"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue