From 5b4fa64f039c11cfc58e0a97a8cfa2140ca60e2f Mon Sep 17 00:00:00 2001 From: Calande Date: Tue, 5 Apr 2016 13:21:32 -0400 Subject: [PATCH] Fixes for people link and external link --- acf-export.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/acf-export.php b/acf-export.php index 32fb2db..f61d08b 100644 --- a/acf-export.php +++ b/acf-export.php @@ -356,7 +356,19 @@ if(function_exists("register_field_group")) ), 'default_value' => '', 'placeholder' => '', - ), + ), + array ( + 'key' => 'field_external_url', + 'label' => 'Profile Redirection Link', + 'name' => 'external_url', + 'type' => 'url', + 'default_value' => '', + 'placeholder' => 'e.g. http://google.com (The profile page will redirect to the link entered here)', + 'prepend' => '', + 'append' => '', + 'formatting' => 'html', + 'maxlength' => '', + ), ), 'location' => array ( array (