Hook page.create:before, how to edit user input?

Just had a look at this. It is related to this commit. So instead of overwriting the create method on the parent model you now have to do this on the actual page model that is going to be created.

@texnixe could you please add a info to my post above like:

Since Kirby 3.4 you need to overwrite the create method on the actual page model that is going to be created. Not the parent model!