Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Jun 25, 2024
1 parent 5e730a6 commit c7d839a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/buzz/20240617_v5-alpha/buzz-entry.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ We do expect to receive a lot of feedback on this feature and that the exact sty

### Put a button in that header

Kirby 5 adds a new extension that allows plugin developers to add custom view buttons to most views of the Panel (e.g. page, site, file, user, language). These buttons will can be added alongside the default buttons, such as the preview button or settings dropdown button. [#6393](https://github.com/getkirby/kirby/pull/6393)
Kirby 5 adds a new extension that allows plugin developers to add custom view buttons to most views of the Panel (e.g. page, site, file, user, language). These buttons can be added alongside the default buttons, such as the preview button or settings dropdown button. [#6393](https://github.com/getkirby/kirby/pull/6393)

To add such a custom view button, you will first need to add your view button Vue component in your plugin's JavaScript file:

Expand Down Expand Up @@ -214,4 +214,4 @@ buttons:

- Extended rule list for `php-cs-fixer` [#6398](https://github.com/getkirby/kirby/pull/6398)
- Tests: DRY `$app` property [#6474](https://github.com/getkirby/kirby/pull/6474)
- Replacing `get_class()` method with `::class` notation [#6475](https://github.com/getkirby/kirby/pull/6475)
- Replacing `get_class()` method with `::class` notation [#6475](https://github.com/getkirby/kirby/pull/6475)

0 comments on commit c7d839a

Please sign in to comment.