BlockEmbed Object
Description
Block for embedding external HTML content.
Declaration
type BlockEmbed implements BlockInterface {
_id: ID!
type: BlockEditorBlockTypes!
data: BlockEmbedData!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
type | BlockEditorBlockTypes! | Type of block (always "Embed" for this type). |
data | BlockEmbedData! | Embed block configuration data. |