Robin Pyon
Robin Pyon
Hey @schellenbergk – I believe this is already possible by using the existing `In Use` filter and setting the value to `False`. This should show all assets that aren't being...
Just echoing the above, this patch has been helpful for me integrating Flickity in a React app with SSR
This has been possible in the v2 branch for some time – but only recently landed in the v3 version in [2.1.0](https://github.com/sanity-io/sanity-plugin-media/releases/tag/v2.1.0)! It's now possible to add duplicate filters and...
As of `2.2.2` this plugin should now use colours appropriate to the colour mode in use by the studio. This also affects checkerboard backgrounds on transparent images, e.g:
Thanks @sjelfull, sorry this was stuck in limbo. This been ported to V3 with a few minor tweaks in #4100
As of `2.2.2` this plugin should now use colours appropriate to the colour mode in use by the studio. This also affects checkerboard backgrounds on transparent images, e.g:
I've come across some odd behaviour in a similar vein. To recreate: ``` h5bp init (default options) mkdir foo bar test echo -e ".git*\n.buildignore" > .buildignore h5bp default ``` In...
@skogsmaskin Great shout – I just had another quick look in the test studio and they could use a bit of alignment tweaks, which I'll add shortly
@skogsmaskin 🙇 I've just pushed a few minor changes which tidy this up and standardize how both object and text blocks render legacy actions. This could certainly be made DRY...