This commit is contained in:
2026-06-21 18:08:50 +00:00
parent 3dd0ca3781
commit b32e97e484
+2 -5
View File
@@ -1,9 +1,6 @@
[
{
"names": {
"en": "Wi-Fi",
"ru": "Wi-Fi"
},
"names": {"en": "Wi-Fi"},
"fields": [
{"id": "name", "names": {"en": "SSID", "ru": "Имя сети"}},
{"id": "encryption", "names": {"en": "Encryption", "ru": "Шифрование"}, "default": "WPA"},
@@ -16,7 +13,7 @@
"fields": [
{"id": "fullname", "names": {"en": "Full name", "ru": "Имя и фамилия"}},
{"id": "phone", "names": {"en": "Phone", "ru": "Телефон"}, "maybeEmpty": true},
{"id": "email", "names": {"en": "Email", "ru": "Email"}, "maybeEmpty": true}
{"id": "email", "names": {"en": "Email", "ru": "Почта"}, "maybeEmpty": true}
],
"template": "MECARD:N:$fullname$;TEL:$phone$;EMAIL:$email$;;"
}