Changed widget "name" to "type" in config JSON

This commit is contained in:
2026-06-30 15:58:57 +03:00
parent 7b13f45bd3
commit d9f0554a9a
2 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
"widgets":
[
{
"name": "widget_name",
"type": "widget_type",
"parameter1": "example",
"parameter2": 10
}