Unsupported

In this article


Your site doesn’t include support for this block.

  • Name: core/missing
  • Category: text
  • API Version: 3
  • Block Type: Static (saved in post content)

Attributes

Defined via the attributes property in block.json.

Attribute Type Default Description
originalName string
originalUndelimitedContent string
originalContent string Source: raw

Supports

Defined via the supports property in block.json.

Block Markup

This is a static block. The markup is saved directly in the post content.

<!-- wp:unregistered/example {"attr1":"One","attr2":"Two"} -->
<p>Testing missing block with some</p>
<div class="wp-some-class">
    HTML <span style="color: red;">content</span>
</div>
<!-- /wp:unregistered/example -->

Source