Files
OmniCardsRepo/templates.json
T
2026-06-21 18:08:50 +00:00

21 lines
829 B
JSON

[
{
"names": {"en": "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": "Почта"}, "maybeEmpty": true}
],
"template": "MECARD:N:$fullname$;TEL:$phone$;EMAIL:$email$;;"
}
]