Skip to content

Commit

Permalink
Fix the panel view buttons vue component example
Browse files Browse the repository at this point in the history
  • Loading branch information
afbora committed Feb 3, 2025
1 parent 0c25bc6 commit 3316606
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/releases/5/5_view-buttons/release-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ Some custom buttons might need more options, more interactivity, more glamour th
```js "site/plugins/your-plugin/index.js"
panel.plugin("getkirby/custom-view-buttons", {
viewButtons: {
props: {
praise: String
},
applause: {
props: {
praise: String
},
template: `
<k-button
icon="heart"
Expand Down

0 comments on commit 3316606

Please sign in to comment.