Sha256: 7c3d08c31fd736e2faad188aca488959cc63889c0a6a9b71aa6c0ae89d852c9e

Contents?: true

Size: 787 Bytes

Versions: 4

Compression:

Stored size: 787 Bytes

Contents

## item/list/block/colored

This is a list of items with a colored background. It is used in the default layout.

### Options

| Option | Description | Type | Default |
| ------ | ----------- | ---- | ------- |
| `items` | List of items | Object | `null` |
| `items.title` | Item title | String | `null` |
| `items.clickthrough_url` | Item url | String | `null` |

### Example with options

in the md file in the front matter add:

```yml
---
items:
  - title: "Open Science"
    clickthrough_url: "#/open-science"
  - title: "Open Science at Departments"
    clickthrough_url: "#/open-science-at-departments"
  - title: "FAIR & Open Data"
    clickthrough_url: "#/fair-open-data"
---

{/% include item/list/block/colored/main.html items=page.items %}
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vliz-be-theme-0.4.4 _includes/item/list/block/colored/README.md
vliz-be-theme-0.4.3 _includes/item/list/block/colored/README.md
vliz-be-theme-0.4.1 _includes/item/list/block/colored/README.md
vliz-be-theme-0.4.0 _includes/item/list/block/colored/README.md