Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request weblab#19 from jjc16105/master
Fixes for people link and external link
  • Loading branch information
jmr06005 committed Apr 5, 2016
2 parents d915e2a + 5b4fa64 commit ff98c50
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion acf-export.php
Expand Up @@ -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 (
Expand Down

0 comments on commit ff98c50

Please sign in to comment.