22 lines
622 B
JSON
22 lines
622 B
JSON
[
|
|
{
|
|
"key": "log-enabled",
|
|
"title": "Enable App Logs",
|
|
"description": "Saves app logs locally on your computer. This enables you to send us crash reports.",
|
|
"controllerType": "checkbox",
|
|
"controllerProps": {
|
|
"value": true
|
|
}
|
|
},
|
|
{
|
|
"key": "log-cleaning-interval",
|
|
"title": "Log Cleaning Interval",
|
|
"description": "Automatically delete local logs after a certain time interval (in milliseconds).",
|
|
"controllerType": "input",
|
|
"controllerProps": {
|
|
"value": "120000",
|
|
"placeholder": "Interval in milliseconds. E.g. 120000",
|
|
"textAlign": "right"
|
|
}
|
|
}
|
|
] |