How to change block title kirby 3.5 blocks + editor

How to change each block drawer title so it’s unique to differentiate between repeated blocks?

Currently title is coming from

blueprints/blocks/event.yml

name: Event
fields:
   // fields

You have to create a custom block preview in a plugin, it can actually be quite simple: