From abcb094a30e4b2e2f153d63bcb6bd10823e0d67a Mon Sep 17 00:00:00 2001 From: Nikolay Lobachev Date: Sat, 15 Aug 2020 07:24:08 +0200 Subject: [PATCH] 4248 missing comma (#4258) * Add new arguments key and target. Make it possible use not only default target for db connections * Add missing comma for FieldWidget plugin. --- .../module/src/Plugin/Field/FieldWidget/fieldwidget.php.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/module/src/Plugin/Field/FieldWidget/fieldwidget.php.twig b/templates/module/src/Plugin/Field/FieldWidget/fieldwidget.php.twig index e926cd64a..61b54ff71 100644 --- a/templates/module/src/Plugin/Field/FieldWidget/fieldwidget.php.twig +++ b/templates/module/src/Plugin/Field/FieldWidget/fieldwidget.php.twig @@ -20,7 +20,7 @@ use Drupal\Core\Form\FormStateInterface; * * @FieldWidget( * id = "{{ plugin_id }}", - * module = "{{ module }}" + * module = "{{ module }}", * label = @Translation("{{ label }}"){% if field_type %}, * field_types = { * "{{ field_type }}"