BlockItemsData Object
Description
Data configuration for an items block.
Declaration
type BlockItemsData {
entries: [BlockItemsEntry!]!
entriesPerRow: Int!
informationLevel: Int!
aspectRatio: String
}
Fields
| Name | Type | Description |
|---|---|---|
entries | [BlockItemsEntry!]! | List of specific items to display. |
entriesPerRow | Int! | Number of entries to display per row. |
informationLevel | Int! | Information detail level (1, 2, or 3). |
aspectRatio | String | Aspect ratio for item images (e.g., "1/1", "auto"). |