How to make dynamic placeholder for field in blueprint (from page title)?

Since Kirby 3.2.5 it is actually possible in the blueprint:

seo_title:
  label: Metatitle
  type: text
  default: '{{ page.title }}'