Skip to content

Commit abcb094

Browse files
authored
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.
1 parent e07f067 commit abcb094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/module/src/Plugin/Field/FieldWidget/fieldwidget.php.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use Drupal\Core\Form\FormStateInterface;
2020
*
2121
* @FieldWidget(
2222
* id = "{{ plugin_id }}",
23-
* module = "{{ module }}"
23+
* module = "{{ module }}",
2424
* label = @Translation("{{ label }}"){% if field_type %},
2525
* field_types = {
2626
* "{{ field_type }}"

0 commit comments

Comments
 (0)