Added a basic settings page to many widgets

This commit is contained in:
nuttylmao
2025-05-17 06:48:58 +10:00
parent 396d625437
commit 8c8f134968
18 changed files with 432 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"settings": [
{
"id": "address",
"label": "Address",
"description": "Streamer.bot Websocket Server Address",
"type": "text",
"defaultValue": "127.0.0.1",
"group": "Advanced"
},
{
"id": "port",
"label": "Port",
"description": "Streamer.bot Websocket Server Port",
"type": "text",
"defaultValue": "8080",
"group": "Advanced"
}
]
}