fix
This commit is contained in:
+3
-6
@@ -1,9 +1,6 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"names": {
|
"names": {"en": "Wi-Fi"},
|
||||||
"en": "Wi-Fi",
|
|
||||||
"ru": "Wi-Fi"
|
|
||||||
},
|
|
||||||
"fields": [
|
"fields": [
|
||||||
{"id": "name", "names": {"en": "SSID", "ru": "Имя сети"}},
|
{"id": "name", "names": {"en": "SSID", "ru": "Имя сети"}},
|
||||||
{"id": "encryption", "names": {"en": "Encryption", "ru": "Шифрование"}, "default": "WPA"},
|
{"id": "encryption", "names": {"en": "Encryption", "ru": "Шифрование"}, "default": "WPA"},
|
||||||
@@ -12,11 +9,11 @@
|
|||||||
"template": "WIFI:S:$name$;T:$encryption$;P:$password$;;"
|
"template": "WIFI:S:$name$;T:$encryption$;P:$password$;;"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"names": { "en": "Contact", "ru": "Контакт" },
|
"names": {"en": "Contact", "ru": "Контакт"},
|
||||||
"fields": [
|
"fields": [
|
||||||
{"id": "fullname", "names": {"en": "Full name", "ru": "Имя и фамилия"}},
|
{"id": "fullname", "names": {"en": "Full name", "ru": "Имя и фамилия"}},
|
||||||
{"id": "phone", "names": {"en": "Phone", "ru": "Телефон"}, "maybeEmpty": true},
|
{"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$;;"
|
"template": "MECARD:N:$fullname$;TEL:$phone$;EMAIL:$email$;;"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user