Help hook is not there in Link module. Help hook helps user how to configure and use the module.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dhruveshdtripathi created an issue. See original summary.

dhruveshdtripathi’s picture

Help hook implemented

jeevanbhushetty’s picture

Status: Active » Needs review
rahul.shinde’s picture

Status: Needs review » Reviewed & tested by the community
rahul.shinde’s picture

dhruveshdtripathi’s picture

dhruveshdtripathi’s picture

dhruveshdtripathi’s picture

renatog’s picture

Assigned: Unassigned » renatog

renatog’s picture

Status: Reviewed & tested by the community » Fixed
Issue tags: +ciandt-contrib

Fixed.

Commited in dev branch.

Thanks.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Anonymous’s picture

Configuration is only slightly more complicated than a text field. Link text titles for URLs can be made required, set as instead of URL, optional (default), or left out entirely. If no link text title is provided, the trimmed version of the complete URL will be displayed. The target attribute should be set to "_blank", "top", or left out completely (checkboxes provide info). The rel=nofollow attribute prevents the link from being followed by certain search engines.

It could be improved and changed to

Configuration is similar to text field. Link text titles (Displayed instead of actual URL) for URLs can be made required, set as instead of URL, optional (default), or URL can displayed instead of link text. If no link text title is provided, the trimmed version of the complete URL will be displayed. The target attribute should be set to "_blank", "top", or left out completely (checkboxes provide info). The rel=nofollow attribute prevents the link from being followed by certain search engines.

Should i open a follow up or i will get maintainer's opinion in this issue only??
Thank You.