Nico Hoffmann ෴.
Nico Hoffmann ෴.
I think there are two parts two it: - Having the line/file info can be helpful but often also not too much, so that's maybe not super crucial - Having...
@bastianallgeier Do we really need to treat this as two separate things? I think even for usage outside of the Panel, it could be nice not to have the whole...
See https://github.com/getkirby/kirby/pull/4936, there is a too big risk of side effects and regressions with the current architecture.
We are actively working on migrating all fields away from the props/computed/methods-arrays to full class-based fields (like we already have for blocks, entries...). I think this will improve all the...
@getkirby/staff I would be interested to get your opinions on which of these two options to pursue: a) Use `template` option to always assign the template for new uploads. In...
@bastianallgeier I have dived into this again 1. I hope this has been solved with https://github.com/getkirby/kirby/pull/7550/changes/2169a5aaa7b8bd755e1ea76483bb5184ae6a4064 2. Checking for that error is pretty hard as our Panel setup just grabs...
@bastianallgeier I added a checkbox to enable/disable the behavior. We probably want a better UI for that. But I realized working on the live edit mode that there sometimes following...
We could move it to v6 as well, would be fine with me.
Added it to https://github.com/getkirby/kirby/pull/7780
We have multiple problems here. At least these three: - [x] Docs example is wrong. `allow` seems to set not additional, but all allowed characters. Instead `allow: _` it should...