Files
2026-01-19 17:46:06 +01:00

46 lines
1.1 KiB
JSON

{
"options": {
"fields": {
"title": {
"type": "varchar",
"required": true
},
"autorefreshInterval": {
"type": "enumFloat",
"options": [0, 0.5, 1, 2, 5, 10]
},
"displayRecords": {
"type": "int",
"min": 1,
"max": 20
},
"skipOwn": {
"type": "bool",
"tooltip": true
}
},
"defaults": {
"displayRecords": 10,
"autorefreshInterval": 0.5,
"skipOwn": false
},
"layout": [
{
"rows": [
[
{"name": "title"}
],
[
{"name": "displayRecords"},
{"name": "autorefreshInterval"}
],
[
{"name": "skipOwn"},
false
]
]
}
]
}
}