Commit 332e1c08 authored by matsbla's avatar matsbla Committed by Mats Blakstad
Browse files

Issue #3315537 by matsbla: Fix coding standards (pareview.sh)

parent 83cabdda
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -263,7 +263,7 @@ class CustomTwigFormatter extends FormatterBase {
      '#is_multiple' => $this->fieldDefinition->getFieldStorageDefinition()->isMultiple(),
      '#third_party_settings' => $this->getThirdPartySettings(),
    ];
    // @todo: Fix attaching libraries for all fields in a generic way here.
    // @todo Attaching libraries for all fields in a generic way here.
    if ($field_type == 'file') {
      $elements['#attached']['library'][] = "file/drupal.file";
    }