Skip to content

Commit

Permalink
Merge pull request #5 from visuellverstehen/take-localized-content-in…
Browse files Browse the repository at this point in the history
…to-account

fix: take localized content into account
  • Loading branch information
juliawarnke authored Jul 5, 2023
2 parents a69ddf6 + 32f45be commit 743ded6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tags/AnchorNavigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function index(): ?array
return null;
}

if (! $this->value = $this->entry->get($this->fieldHandle)) {
if (! $this->value = $this->entry->value($this->fieldHandle)) {
return null;
}

Expand Down

0 comments on commit 743ded6

Please sign in to comment.