Bruno Meilick

Results 69 comments of Bruno Meilick

`panel()->user()` should do the trick.

or `site()->user()` seems to [work as well](https://github.com/pedroborges/kirby-autogit/blob/master/lib/autogit.php#L26).

agreed. any plans adding this?

ic. thx. will report back if i get something working. ticket closed for me.

you could add cli support while we wait. ;-) edited: wait... then its a plugin not a field anymore. nevermind.

this post here suggests that a `language` prop might have existed in v1. https://github.com/getkirby/kql/issues/8#issuecomment-1062859737 ```js const query = { query: `site.children.filterBy('uid', 'projekte').first`, language: this.$i18n.locale, select: { title: true, ```

in 3.9.1 it works just fine