Lets say I have a Website on which there is a forum where users can submit some data.
From this data a page is created in the backend to store said data.
Now I was wondering if there is a way to add a new custom buttons in the backend of these pages.
So that it looks like this: https://i.imgur.com/JstnEyL.jpg
I came across this:
But this does not seem to answer my question exactly. Since panel views are completly seperate kind of pages inside the Backend instead of editing the actual page views. Or is this acually the way to go, but I would have override default views like PageView.vue?
I think you would have to implement this in a custom section but then it would not be in the topbar of the page. A custom view doesn’t make much sense, I think, since a view doesn’t represent a page.