Nico Hoffmann ෴.
Nico Hoffmann ෴.
@bastianallgeier I keep wondering whether we actually can support file modification methods on the asset class. It seems to be implemented, but I don't think it's actually functional. Might be...
Indeed, but looking at (likely duplicates) - https://github.com/getkirby/kirby/issues/2314 - https://github.com/getkirby/kirby/issues/1728 I am not sure it ever really worked properly - and so far we haven't found a fix in a...
I have tried a little, also based on the descriptions in the other issues, and I cannot reproduce all the reported issues with Kirby 3.5.7.1 or 3.6.0-alpha.1. What I have...
I think I have found fixes (see PR).
@rzschoch Your second example is working for me in current versions. We have been wondering though, why you are using `->mediaUrl()` and not just `->url()` in the first example. Any...
@bastianallgeier There are two options: 1. Fix toggle field to also only apply its default value at model creation 2. Reconsider why in v3 the default value is only applied...
I think the only viable way here would be to separate the current user/account completely from other users, e.g. have two sections on the users view - first listing just...
If I recall correctly we had this before the fiber introduction and it led to quite a number of problems (I think it were situations like changing the language of...
## Summary The cause is that no matter what field type the `text` field in the drawer has, the preview is rendered via `k-writer` which will always convert pasted stuff...
Ok, @medienbaecker I think I understood you now properly, sorry. But not sure I can reproduce it...