Set current tab on a Gutenberg TabPanel component from outside that component
I’m using the TabPanel component provided with Gutenberg to display some tabs. I’d like a button within one of the tabs to change … Read more
I’m using the TabPanel component provided with Gutenberg to display some tabs. I’d like a button within one of the tabs to change … Read more
When I bring up an existing Page or Post, the Gutenberg Editor displays the title, then flashes the text as if it were … Read more
When using wp.data.select(‘core’).getEntityRecords(…), there is a special selector for loading states wp.data.select(‘core/data’).isResolving(…). But what about actual errors — backend validation errors, servers gone … Read more
I need help with adding attribute ‘caption’ of core/image block into saved post content. Currently saved attributes look like follow: <!– wp:image {“id”:36,”sizeSlug”:”large”} … Read more
I am working on an editor-stylesheet for the block editor to better reflect the layout of my theme in the editor, and I … Read more
Using an example given here: enter link description here I’ve successfully been able to restrict the block types available globally or by post … Read more
I’m working on a Gutenberg setup that allows only one classic block. I want to disable the “block” tab in right sidebar since … Read more
I’ve googled this a bunch, there’s a couple of answers for old versions (pre-gutenberg) of WordPress but none that I could find for … Read more
so basically i want a link only to be clickable/ active on mobile viewport. I have the css working, but its just implementing … Read more
I apologize in advance for poor English. I’m trying to rewrite the old plugin from add_meta_box to register_meta. In theory, everything works as … Read more