We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8a186 commit 42c3cb3Copy full SHA for 42c3cb3
src/Classes/LinkRenderers/NavLinkRenderer.php
@@ -41,8 +41,6 @@ public function getPreparedLink(string $classes = ''): array
41
'target' => $this->item['data']['target'] ?? '_self',
42
'link' => $this->getLink(),
43
'label' => $this->item['label'],
44
- 'wrap' => null,
45
- 'wrapClass' => null,
46
];
47
}
48
src/Classes/RenderNavItem.php
@@ -18,8 +18,6 @@ private static function anchorLink(
18
string $target,
19
string $link,
20
string $label,
21
- bool $wrap = false,
22
- string $wrapClass = '',
23
): string {
24
// TODO: make this component based?
25
// Then it's probably easier for users to further customize this?
0 commit comments