BlockImage Object
Description
Block for displaying images.
Declaration
type BlockImage implements BlockInterface {
_id: ID!
type: BlockEditorBlockTypes!
data: BlockImageData!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
type | BlockEditorBlockTypes! | Type of block (always "Image" for this type). |
data | BlockImageData! | Image block configuration data. |