silverstripe / silverstripe-linkfield

Silverstripe module for managing links
BSD 3-Clause "New" or "Revised" License
4 stars 14 forks source link

Add API to support "textless" link #211

Closed maxime-rainville closed 4 months ago

maxime-rainville commented 5 months ago

In some context, the link title will not be coming from the Link object itself. The link will be attached to some other element. e.g.: Adding a link to a generic icon on a page.

Developers need to option to hide the "Link text" field.

Story

As a content author, I want clarity when filling in my link data about what where the title will come from.

Acceptance criteria

PRs