forked from jtoledo1974/Planilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
54 lines (54 loc) · 1.31 KB
/
settings.json
File metadata and controls
54 lines (54 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"type": "title",
"title": "General"
},
{
"type": "options",
"title": "Nucleo",
"desc": "Usar la planilla de Ruta o TMA",
"section": "general",
"key": "nucleo",
"options": ["Ruta", "TMA"]
},
{
"type": "options",
"title": "Alarma de Ejecutivo",
"desc": "Minutos de preaviso",
"section": "general",
"key": "margen_ejec",
"options": ["15", "10", "5", "3"]
},
{
"type": "options",
"title": "Alarma de Ayudante",
"desc": "Minutos de preaviso",
"section": "general",
"key": "margen_ayud",
"options": ["10", "5", "3", "1"]
},
{
"type": "bool",
"title": "Alarma sonora",
"desc": "Usar el tono de alarma",
"section": "general",
"key": "sound_alarm",
"true": "auto"
},
{
"type": "bool",
"title": "Alarma vibratoria",
"desc": "Usar el vibrador del teléfono",
"section": "general",
"key": "vibration_alarm",
"true": "auto"
},
{
"type": "options",
"title": "Mensajes de depuración",
"desc": "Nivel de mensajes de depuración a generar",
"section": "general",
"key": "log_level",
"options": ["debug", "info"]
}
]