Nico Hoffmann ෴.
Nico Hoffmann ෴.
I think this is two decisions: - whole row clickable vs. Allowing different cells hosting different links - url cell being clickable as whole cell/more padding va. just the underlined...
I'm leaning more towards @afbora and @lukasbestle now, to not expand the link to the whole cell. I would vote for closing this issue. In the future, we hopefully can...
In a pages table, e.g. all of the page's url fields could be displayed and be expected to be clickable themselves than the full row. I think we'd be limiting...
I assume from your example, a page `blog` with actual pages (content file based, not virtual) exists - and you are trying to insert a virtual page alongside the normal...
It sounds to me that you are trying to achieve something inherently conflicting: - virtual page should not be a child of, e.g. `blog` - virtual page should be nested...
I think that's rather an unintended behaviour - @lukasbestle and @bastianallgeier, your thoughts?
Entering dates in formats that start with the month isn't currently supported/well supported. You can see a list of what our date interpreter tries to parse here: https://github.com/getkirby/kirby/blob/main/panel/src/libraries/dayjs-interpret.js#L12-L61 It's hard...
@brentcwilson For the meantime, maybe it makes sense then to change the placeholder text 😉 Kidding aside: I think our discussion shows that we aren't disregarding your issue but already...
I'm trying to track all necessary changes down, but am getting a bit lost: - Remove https://github.com/getkirby/kirby/blob/master/src/Api/Api.php#L784-L790 and pass `$upload['tmp_name']` instead of `$source` to the callback But do we even...