Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Nov 16, 2021
1 parent 54f66e2 commit ec9e854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/Field/FieldFormatter/MediaMapFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function viewElements(FieldItemListInterface $items, $langcode) :array {
if ($link_title = $this->getSetting('link_title')) {
$element[$delta]['#link'] = [
'#type' => 'link',
'#title' => $link_title . '1',
'#title' => $link_title,
'#url' => Url::fromUri($link),
'#attributes' => ['target' => '_blank'],
];
Expand Down

0 comments on commit ec9e854

Please sign in to comment.