forked from server/reporter
29 lines
566 B
JSON
29 lines
566 B
JSON
{
|
|
"placeholders": {
|
|
"port": {
|
|
"type": "text",
|
|
"desc": "Portnummer/Dienst"
|
|
},
|
|
"raum": {
|
|
"desc": "Raumnummer"
|
|
},
|
|
"wlan": {
|
|
"type": "text",
|
|
"desc": "Wlan-name",
|
|
"default": "eduroam"
|
|
},
|
|
"anzahl": {
|
|
"type": "number",
|
|
"desc": "Anzahl"
|
|
}
|
|
},
|
|
"RZ": {
|
|
"mail": "clemens.klug@uni-bamberg.de",
|
|
"templates": {
|
|
"Portsperre": "liebes RZ, Port {{port}} ist zu. das ist doof :(",
|
|
"WLAN": "hallo RZ, in Raum {{raum}} funkt das WLAN {{wlan}} nicht. das ist doof :(",
|
|
"test": "ich bin ein test mit einer zahl: {{anzahl}}"
|
|
}
|
|
}
|
|
}
|