Changing filename

Hi,

I’m using Kirby 3 the first time for a new website project. Now I have a problem … My client selected an image with a select field. Then he renamed the image file and the select field contains the old image name. Is there a possibility to “tell” the fields that a filename has changed?

Thanks!

Kirby has a set of hooks that fire when something happens. The file.changeName:after hook seems to be a good option in your case.