As Drupal developer, I would like to create link fields without specifying any value for the field item's title property. Right now this seems to be impossible to me.
About this PR:
Still the same D8 LinkHandler issue as in #137, but a little bit different approach.
Title attribute is fully omitted if field value is a string.
Problem / motivation
As Drupal developer, I would like to create link fields without specifying any value for the field item's
title
property. Right now this seems to be impossible to me.About this PR:
Still the same D8 LinkHandler issue as in #137, but a little bit different approach.