Files
OmniCardsRepo/templates.json
T
2026-06-21 18:07:23 +00:00

24 lines
859 B
JSON

[
{
"names": {
"en": "Wi-Fi",
"ru": "Wi-Fi"
},
"fields": [
{"id": "name", "names": {"en": "SSID", "ru": "Имя сети"}},
{"id": "encryption", "names": {"en": "Encryption", "ru": "Шифрование"}, "default": "WPA"},
{"id": "password", "names": {"en": "Password", "ru": "Пароль"}, "maybeEmpty": "true"}
],
"template": "WIFI:S:$name$;T:$encryption$;P:$password$;;"
},
{
"names": { "en": "Contact", "ru": "Контакт" },
"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}
],
"template": "MECARD:N:$fullname$;TEL:$phone$;EMAIL:$email$;;"
}
]