Nico Hoffmann ෴.
Nico Hoffmann ෴.
We have added the `rawvalues: true` option for v4.4. Closing this in favor of the clean summary issue which we will keep around until fully fixing the performance issue: https://github.com/getkirby/kirby/issues/6594
@lukasbestle Revisiting this, I am wondering if we need to just adapt `HasChildren::find()` to filter the result of drafts. Because in general, I think this PR would be the more...
I think the easy workaround would be ```php if ($file = $page->musicmp3()->toFile()) { $audioMusic[] = $fille->url(); } ```
@gbdesign2023 what he's saying is that the file itself was deleted but the files field still holds the reference to that non-existing file. He's right that the a panel won't...
Closing this for the reasons outlined. Those kind of fields (pages, files) should always be used with `->toFiles()` etc. to check for retrieving valid objects.
## Summary - To get the proper cache options, Kirby tries to get the index url - For that it wants to create the current Uri object via `Uri::current()` -...
Those lines form the Environment class sound like exactly what's needed here as well.
@bastianallgeier Do you remember why this is called internally via `PageBlueprint`? Shouldn't it rather somehow be involved with `PagePermissions` to support role-based config? @pReya Currently this is not just a...
It sounds what you are experiencing is the result of Kirby's async thumb generation. When the initial requests runs Kirby's code, it's not the `thumb` component, but the `file::version` component...
@bastianallgeier Apparently, sometimes it takes months to realize what one is overlooking. I even wrote > Since the cache is not populated, it fails. But only today it clicked that,...