drupal-console icon indicating copy to clipboard operation
drupal-console copied to clipboard

Fix fatal when scaffolding a FieldWidget.

Open Artusamak opened this issue 4 years ago • 0 comments

If you generate a new field widget through the scaffolding command drupal gpfw, you can't use your widget right away due to a fatal error caused by a missing comma and annotations inclusion.

The attached PR fixes it.

Artusamak avatar Mar 26 '20 14:03 Artusamak