“Invalid parameter(s): attributes” issue in context of “blocks.registerBlockType” filter

In what way is the Tag Cloud block different? That block is a dynamic block, which uses a live rendering using ServerSideRender, and the documentation stated that “If you pass attributes to ServerSideRender, the block must also be registered and have its attributes defined in PHP“, therefore, custom attributes for the block must be defined … Read more

Moving Post Title out of Block Editor

When using the block editor, Is there a way to move the post title out of the block editor interface? No, but you could hide it with CSS and put a post title box in the post sidebar. You could even override its edit component with a blank component. But this would be problematic and … Read more