Skip to content

Commit

Permalink
4248 missing comma (#4258)
Browse files Browse the repository at this point in the history
* Add new arguments key and target. Make it possible use not only default target for db connections

* Add missing comma for FieldWidget plugin.
  • Loading branch information
LOBsTerr committed Aug 15, 2020
1 parent e07f067 commit abcb094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit abcb094

Please sign in to comment.