Property type
The type
property is a nested string property that is required for each
block inside a blocks
array.
It is used to identify the type of block.
The following block types are supported:
Block types
Value | Desc. |
---|---|
"heading" | Heading block ("h1", "h2", etc) |
"text" | Text block |
"html" | HTML block |
"image" | Image block |
"video" | Video block |
"button" | Button block |
"link" | Hyperlink |
"spacer" | Vertical space |
"separator" | Seperation line |
"columns" | Split in columns |
Found a typo?
You can find this documentation page on GitHub.
Propose a change