You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a working (Grav 1.6) blueprint using the filepicker element to select some png icons in the backend for a page from the theme folder. When deactivating flex objects plugin for the pages, then the blueprint worked as expected, but not with it activated. Maybe related to #71.
Now I updated to latest Grav versions (incl. cache clearing) and the filepicker does not work any more: only the previously set png is in the file picker (the value in the page yaml), no other image is shown (should be 5). The html of the file picker image renders like this:
I had a working (Grav 1.6) blueprint using the filepicker element to select some png icons in the backend for a page from the theme folder. When deactivating flex objects plugin for the pages, then the blueprint worked as expected, but not with it activated. Maybe related to #71.
Now I updated to latest Grav versions (incl. cache clearing) and the filepicker does not work any more: only the previously set png is in the file picker (the value in the page yaml), no other image is shown (should be 5). The html of the file picker image renders like this:
So there seems something not working with the file field destination resolution (for output and for globbing the actual present files on the server).
Note: I changed the default Administrator path in the Admin-Config to "/backend", but that does not seem to be root cause as I reverted it for test.
The text was updated successfully, but these errors were encountered: