Hi,
I developed a little plugin to manage responsive image settings and also added a field type to set focal points for every breakpoint I have in my settings on images in the file blueprint.
Since Kirby 5, I am not able to save changes made on my field. Changes trigger the headerbar to show that there are changes to save, but when I click on the save button, nothing happens. Instead, my previous values are restored. I also noticed that the “_changes” directory is not being created.
I guess there have been changes in the Kirby Vue components that I use, and I don’t know what I’m missing.
The component can be found here: kirby3-responsive-images/src/components/FocalPoints.vue at main · nerdcel/kirby3-responsive-images · GitHub
I appreciate every hint that helps me fix this issue.