BlockPlaylist Object
Description
Block for displaying a playlist of items.
Declaration
type BlockPlaylist implements BlockInterface {
_id: ID!
type: BlockEditorBlockTypes!
data: BlockPlaylistData!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
type | BlockEditorBlockTypes! | Type of block (always "Playlist" for this type). |
data | BlockPlaylistData! | Playlist block configuration data. |