Your site doesn’t include support for this block.
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.
className:falsecustomClassName:falseinserter:falsehtml:falselock:falsereusable:falserenaming:falsevisibility:falseinteractivity:clientNavigation:true
customCSS:false
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
- block.json (reference)
- Source directory — browse
edit.js,save.js,index.php, and more.