jhedstrom / DrupalDriver

A collection of drivers for controlling Drupal.
GNU General Public License v2.0
64 stars 95 forks source link

Populate link fields only with URI if value is a string #267

Open zolhorvath opened 11 months ago

zolhorvath commented 11 months ago

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.