Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return value array or link #12

Closed
jmslbam opened this issue Jul 5, 2013 · 1 comment
Closed

Return value array or link #12

jmslbam opened this issue Jul 5, 2013 · 1 comment

Comments

@jmslbam
Copy link
Contributor

jmslbam commented Jul 5, 2013

What would be nice is that you could select what kind of value you want to return just like at the image field.

A. complete link <a href="#">Title</a>

B. Array

array(
 'title' => 'title of the link',
 'url' = '' 'http://www.jaimemartinez.nl',
 'external' => false
);

Because at this moment I have hacked core to return an array :)

array(
 'link' => '<a href="#">Title</a>',
 'title' => 'title of the link',
 'url' = '' 'http://www.jaimemartinez.nl',
 'external' => false
);

Thanks for the plugin by the way!

@Jeradin
Copy link
Owner

Jeradin commented Jul 5, 2013

I added an option to let you return an array value. Can you test it out from your end? also would you tell me if the auto updating is working on your site? I added that yesterday.

Cheers

@Jeradin Jeradin closed this as completed Aug 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants