art.cllctv.block.bulletList

cllctv.art

Documentation

main object

No description available.

Properties

direction string Optional

No description available.

Known values: ltr, rtl
format string Optional

No description available.

Known values: left, start, center, right, end, justify
indent integer Optional

No description available.

minimum: 0
View raw schema
{
  "type": "object",
  "required": [
    "content"
  ],
  "properties": {
    "format": {
      "type": "string",
      "knownValues": [
        "left",
        "start",
        "center",
        "right",
        "end",
        "justify"
      ]
    },
    "indent": {
      "type": "integer",
      "minimum": 0
    },
    "content": {
      "type": "array",
      "items": {
        "ref": "art.cllctv.block.listItem",
        "type": "ref"
      }
    },
    "direction": {
      "type": "string",
      "knownValues": [
        "ltr",
        "rtl"
      ]
    }
  }
}

Lexicon Garden

@