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