I’m developing some custom blocks in the new Gutenberg editor experience, and I’m struggle to understand how to use some build-in components, mostly the Draggable components. What I would...
I would very much like to disable the drag and drop upload feature for tinyMCE (both the default one and the wp_editor() one) because it interacts with my custom...
I managed to somewhat replicate the product gallery metabox from WooCommerce in Gutenberg using the third-party react-sortable-hoc component. As it seems that this component is no longer supported, I’d...