BlockBlog Object
Description
Block for displaying blog posts.
Declaration
type BlockBlog implements BlockInterface {
_id: ID!
type: BlockEditorBlockTypes!
data: BlockBlogData!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
type | BlockEditorBlockTypes! | Type of block (always "Blog" for this type). |
data | BlockBlogData! | Blog block configuration data. |