User select with currently logged in as default

Hi there,
is there a way to add a default value for a select field for authors:

author:
  type: select
  options: query
  query: kirby.users

so that the currently logged in user will be the default?

author:
  type: select
  options: query
  query: kirby.users
  default: kirby.user.loggedin

Any suggestions are highly appreciated.

Any reason why you don’t use a users field where the currently logged-in user is the default anyway?

Thanks. I missed that field somehow :slight_smile: