BlockPlaylistData Object
Description
Data configuration for a playlist block.
Declaration
type BlockPlaylistData {
playlistRef: ID
entriesPerRow: Int!
informationLevel: Int!
aspectRatio: String
}
Fields
| Name | Type | Description |
|---|---|---|
playlistRef | ID | Reference to the playlist 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"). |