Nico Hoffmann ෴.
Nico Hoffmann ෴.
I like the `language` vs. `languages` options as they would tie together the single lang./ mulit lang worlds. And yes, that's a good idea!
At least as fallback if not overwritten by https://getkirby.com/docs/reference/system/options/panel#default-panel-language
@neildaniels what you could do as a workaround right now: Extend the `k-search` Vue component and only overwrite the `types` computed property with your own custom endpoints: https://github.com/getkirby/kirby/blob/master/panel/src/components/Navigation/Search.vue#L71-L90 ```js panel.plugin("your/search",...
@moritzebeling Let's take one step after the other ;)
> 1. Listed > 2. Listed (locked status) Listed ones are sorted, ordered. It would be very irritating for me if this order is torn apart.
The use case for a disabled status switch on drafts is that you might not want all users to be able to publish drafts for example.
@isaactopo would you have a suggestion for a shortcut?
Brainstorming: For the last row, one could show a dotted outline of the not-yet-filled slots.
> After thinking more about how I would use this: I think configuring the cache duration from a page's Controller is a very compelling use-case. Notably when the expiration value...
I was referring to > Notably when the expiration value is dependent on some Remote::get() call (e.g. whether it succeeds or fails). That sounded like a request by user A...