List

List

Documentation

An ordered or unordered content list.

Kind

Rendered Content

Required fields

items, type

Style Guide

Used by

Authoring guidance

Use when

Use for a semantic sequence or collection.

Properties

class

string

Optional styling hook.

*

items

string[]

Inline-markup text items rendered in authored order.

min items: 1

Items — string

ordered

boolean

Uses an ordered list when enabled.

*

type

string

Identifies the Element type represented by this object.

"list"

Example

Required

{ "items": [ "Choose a trail." ], "type": "list" }

Full

{ "class": "example", "items": [ "Choose a trail.", "Pack binoculars.", "Start birding." ], "ordered": true, "type": "list" }

examples are generated from the schema.