Nico Hoffmann ෴.
Nico Hoffmann ෴.
@bastianallgeier went with the "don't pass any props" approach. The CI only fails because an rpm bug, I think we can ignore it for this PR.
@bastianallgeier You are right. I think the new `View/Header/Buttons.vue` needs a more specific name. How about `k-model-header-buttons`?
What about just `k-view-buttons`?
@bastianallgeier that's confusing 😆 cause like this right now it does also submit an event globally when the `click` option is just a string. So "leave it like this" or...
There actually isn't a way right now. I'll see if we can add this at some point.
Are there actual use cases where we would have different sort orders between different translations? Wondering if it should not be the default to only have it sortable in the...
My current approach would be to support queries for the `sortable` option and make `kirby.language.isDefault` the default value for it.
I know the idea of a health check plugin has been floating around for a while... that certainly would be one good check to cover in such a plugin (loop...
@sebastiangreger virtual pages can have virtual pages as children
@sebastiangreger example from the getkirby.com page where we generate virtual pages and add further virtual pages as children: https://github.com/getkirby/getkirby.com/blob/master/site/plugins/site/src/Models/PackagesPage.php