Philipp Daun

Results 130 comments of Philipp Daun

Amazing 🥬 Thanks for working on this. One thing I've been wondering is whether this should be opt-in to avoid surprises, with e.g. a `group` config to control the fields...

Nice. I think the padding below the group's label would be good to have. Especially once you add a description, it needs some breathing room. For reference, this is how...

@saulhardman Sure, nesting pseudo-selectors inside `:has` is a thing. There's [a great article on the official WebKit blog](https://webkit.org/blog/13096/css-has-pseudo-class/) that mentions the following example: ```css form:has(:focus-visible) div:has(input:not(:focus-visible)) label {} ``` Which...

I was thinking this might be a good use case for a [custom field condition](https://statamic.dev/conditional-fields#custom-logic) to query against the `slug` and makes this a bit more readable, but that probably...

@lialyn Would love to see your solution to this.

@lialyn I think that's a great solution. I'm wondering if it wouldn't be worth submitting a PR for the slug to be part of the Entries field metadata by default....

We get this request from clients a lot, so very much in favor :) Especially for things like preview images, where editors will try out a few images inside the...

Couldn't this be handled in your config file? Instead of changing the container yaml, conditionally define the filesystems. Untested and unsure if this has any negative side effects, but this...

This is nice! @examan Have you found a way of getting the same result by using one of the built-in callbacks? I currently need this in a project, but would...

Good to know, I've been considering a switch to idiomorph for a while. Might as well :)