Skip to content

Commit

Permalink
Fix support for snippets in the default backend skin (#44)
Browse files Browse the repository at this point in the history
Credit to @willouch & @ericp-mrel.
  • Loading branch information
willouch committed Jun 7, 2024
1 parent 2283eb3 commit 56fd30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function registerNavigation(): array
'label' => 'winter.pages::lang.snippet.menu_label',
'icon' => 'icon-newspaper-o',
'url' => 'javascript:;',
'attributes' => ['data-menu-item'=>'snippet'],
'attributes' => ['data-menu-item'=>'snippets'],
'permissions' => ['winter.pages.access_snippets'],
],
],
Expand Down

0 comments on commit 56fd30b

Please sign in to comment.