I am trying to learn how to use Drupal, and until i've been doing fine on my own. however there is one module that's teasing me - the Field Placeholder module.
basically what it does, it adds a placeholder entry to a field widget. per standard these widgets are text, number and mail modules. My problem is i can't figure out how i should extend the number of activated widgets, more specifically i want to add a placeholder attribute to the link module (https://drupal.org/project/link)
It says i can add other widgets via the hook_field_placeholder_info(), but how does that work? The documentation for this module is very limited, so please help a noob :)