Philipp Daun
Philipp Daun
Doesn't the (new) solution re-introduce the old issue #383 by caching the (possibly already modified) html of the current page? To make this fool-proof, one would have to fetch/preload the...
Sounds good! Maybe this could be a setting? That way, consumers can explicitly turn it off if they run into problems with caching the already modified html.
@xavierfoucrier Wonderful! I think having it `true` or `false` is fine either way. But I guess you could choose the solution that doesn't involve a breaking change :)
Closing in favor of #486
@jasonvarga I've thought about that, but I prefer the user experience of having all media in a single asset container. But I can probably hide the video-specific options behind a...
Interesting! I haven't yet used all three of them together, but I agree the overlap in routing functionality is a bit unfortunate. I'm not sure collapsing them into a single...
@rschristian Is there some way to make rollup use this type of custom plugin when bundling with microbundle?
> Just wanted to say that with a lot of hooks I managed to allow users to get automatically redirected to the ProcessUser edit screen and allow them to edit...
@adrianbj Thanks! I got it working with your example. One caveat is that now `person` users can actually remove the `person` role from their own profile, but the `roles` field...
You're right, I haven't actually tried saving the page 🤡 The roles aren't updated on save. Confusing, still, but less of a security nightmare.