A single column within a columns block.
Block Relationships
Parent blocks (direct):
– core/columns
Attributes
Defined via the attributes property in block.json.
| Attribute | Type | Default | Description |
|---|---|---|---|
verticalAlignment |
string |
— | — |
width |
string |
— | — |
templateLock |
string \| boolean |
— | Enum: all, insert, contentOnly, false |
Supports
Defined via the supports property in block.json.
anchor:truereusable:falsehtml:falsecolor:shadow:truespacing:blockGap:truepadding:true
typography:fontSize:truelineHeight:true
layout:trueinteractivity:clientNavigation:true
allowedBlocks:true
Block Markup
This is a static block. The markup is saved directly in the post content.
<!-- wp:column -->
<div class="wp-block-column">
<!-- wp:paragraph -->
<p>Column One, Paragraph One</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>Column One, Paragraph Two</p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:column -->
Source
- block.json (reference)
- Source directory — browse
edit.js,save.js,index.php, and more.