BlockText Object
Description
Block for displaying rich text content.
Declaration
type BlockText implements BlockInterface {
_id: ID!
type: BlockEditorBlockTypes!
data: BlockTextData!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
type | BlockEditorBlockTypes! | Type of block (always "Text" for this type). |
data | BlockTextData! | Text block configuration data. |