From a67135ef4d5e8d1bd39c95b8ef816570848f6d7b Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Mon, 10 Dec 2018 14:18:46 +0000
Subject: [PATCH] =?UTF-8?q?Sortir=20les=20r=C3=A9seaux=20sociaux=20de=20ce?=
 =?UTF-8?q?=20qui=20constitue=20une=20adresse?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 soyezcreateurs_pipelines.php | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/soyezcreateurs_pipelines.php b/soyezcreateurs_pipelines.php
index 547c9f97..0f740b20 100644
--- a/soyezcreateurs_pipelines.php
+++ b/soyezcreateurs_pipelines.php
@@ -30,7 +30,13 @@ function soyezcreateurs_noizetier_blocs_defaut($flux) {
 }
 
 function soyezcreateurs_identite_extra_champs($champs) {
-	define('_CHAMPS_INDENTITE_EXTRA_SC', 'adresse,code_postal,ville,pays,telephone,fax,email_contact,informations,id_article_contact,facebook,twitter,linkedin,instagram,pinterest,viadeo,latitude,longitude');
+	define('_CHAMPS_INDENTITE_EXTRA_SC', 'adresse,code_postal,ville,pays,telephone,fax,email_contact,informations,id_article_contact,latitude,longitude');
 	$champs = explode(',', _CHAMPS_INDENTITE_EXTRA_SC);
+	$champs[] = 'facebook';
+	$champs[] = 'twitter';
+	$champs[] = 'linkedin';
+	$champs[] = 'instagram';
+	$champs[] = 'pinterest';
+	$champs[] = 'viadeo';
 	return $champs;
 }
\ No newline at end of file
-- 
GitLab