From 6961f77d2231012c0abff6ef99a86c16fbab4a69 Mon Sep 17 00:00:00 2001 From: "S. Kozyr" Date: Thu, 4 Nov 2021 11:32:17 +0200 Subject: [PATCH] Fixed typo. Modified "editor.config" to support contact:line and renamed contact_* fields. Signed-off-by: S. Kozyr --- data/editor.config | 11 +++++++---- editor/editor_config.cpp | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/data/editor.config b/data/editor.config index 66434f2450..a5a4a2646a 100644 --- a/data/editor.config +++ b/data/editor.config @@ -64,18 +64,21 @@ - + - + - + - + + + + diff --git a/editor/editor_config.cpp b/editor/editor_config.cpp index c5af4cc923..afd1c431f1 100644 --- a/editor/editor_config.cpp +++ b/editor/editor_config.cpp @@ -22,7 +22,7 @@ static unordered_map const kNamesToFMD = { // {"", feature::Metadata::FMD_URL}, {"website", feature::Metadata::FMD_WEBSITE}, {"contact_facebook", feature::Metadata::FMD_CONTACT_FACEBOOK}, - {"contact_instagra", feature::Metadata::FMD_CONTACT_INSTAGRAM}, + {"contact_instagram", feature::Metadata::FMD_CONTACT_INSTAGRAM}, {"contact_twitter", feature::Metadata::FMD_CONTACT_TWITTER}, {"contact_vk", feature::Metadata::FMD_CONTACT_VK}, {"contact_line", feature::Metadata::FMD_CONTACT_LINE},