WIP Добавил обновление, контактов персоны
This commit is contained in:
@@ -103,6 +103,51 @@ export const baseDataForm = [
|
||||
},
|
||||
];
|
||||
|
||||
export const mapNetworks = {
|
||||
VK: {
|
||||
title: "VK",
|
||||
icon: "app:icon-vk",
|
||||
kind: "VK",
|
||||
markerLink: "vk",
|
||||
},
|
||||
TELEGRAM: {
|
||||
title: "Telegram",
|
||||
icon: "app:icon-tg",
|
||||
kind: "TELEGRAM",
|
||||
markerLink: "t.me",
|
||||
},
|
||||
GMAIL: {
|
||||
title: "Gmail",
|
||||
icon: "app:icon-google",
|
||||
kind: "GMAIL",
|
||||
markerLink: "gmail",
|
||||
},
|
||||
SLACK: {
|
||||
title: "Slack",
|
||||
icon: "app:icon-slack",
|
||||
kind: "SLACK",
|
||||
markerLink: "slack",
|
||||
},
|
||||
DISCORD: {
|
||||
title: "Discord",
|
||||
icon: "app:icon-discord",
|
||||
kind: "DISCORD",
|
||||
markerLink: "discord",
|
||||
},
|
||||
VIBER: {
|
||||
title: "Viber",
|
||||
icon: "wifi_calling_3",
|
||||
kind: "VIBER",
|
||||
markerLink: "viber",
|
||||
},
|
||||
WHATS_APP: {
|
||||
title: "WhatsApp",
|
||||
icon: "call",
|
||||
kind: "WHATS_APP",
|
||||
markerLink: "wa.me",
|
||||
},
|
||||
};
|
||||
|
||||
export const contactsDataForm = {
|
||||
phones: {
|
||||
title: "Телефон",
|
||||
|
||||
Reference in New Issue
Block a user