Uncaught Error: The entity being edited (postType, undefined) does not have a loaded config
Uncaught Error: The entity being edited (postType, undefined) does not have a loaded config
Uncaught Error: The entity being edited (postType, undefined) does not have a loaded config
Is it possible to add custom block attributes to the built in copy-paste styles function?
Oembed is not clickable
How can I add script and PHP code to the section of a theme template of a particular Category that utilizes the built-in block editor in WP? The same way you were always supposed to in classic themes, nothing has changed! Use the wp_head action in combination with the is_category action. Note that while classic … Read more
Customizing core block toolbars
A variation is a representation of the original block. if block-1 allows the insertion of block-2; then block-1 will except all variations of block-2. core/columns only allows the insertion of a core/column. If I create a variation of core/column I would expect the core/column to accept my variation. And therefor the reverse should also to … Read more
If you added a console.log in the file, it should have appeared. For a better debugging experience, you can wrap your code inside an IIFE which needs wp to be sure it is loaded: ((wp) => { … // your code })(window.wp); Also i’m not sure you can use JSX syntax here, your usage of … Read more
How to add Foreground Colour option to custom block
How to hide or disable the columns block options (number of columns & stack on mobile)?
refresh dynamic block render