editor
editor copied to clipboard
Builder with image: Invalid file model type
Kirby: 3.0.0 Builder:2.0 see: https://github.com/getkirby/editor/issues/67
Reproduce:
- Create a builder entry, and add the editor to it. you can now add the editor inside a builder.
- add an image inside the editor.
- The panel throws an error: Invalid file model type
Invalid file model type: kirby-builder/pages/page1/fields
This problem still persists. +++
@bastianallgeier I've debugged into the Invalid file model type: kirby-builder/pages/{{currentPage}}/fields
issue here: https://github.com/TimOetting/kirby-builder/issues/148#issuecomment-648846400
It seems like the core api GET (:all)/files
route is very generic and is always preferred over matching plugin api routes when the url ends with files
.
I have now also run into this issue ... +1
Editor inside Builder on default image editor block. It happens when trying to Select image. Image upload works without issue.