art.cllctv.block.layout

cllctv.art

Documentation

main object

No description available.

Properties

columns array of union Optional

No description available.

Known types:
template string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "template"
  ],
  "properties": {
    "columns": {
      "type": "array",
      "items": {
        "refs": [
          "#column"
        ],
        "type": "union"
      }
    },
    "template": {
      "type": "string"
    }
  }
}
column object

No description available.

Properties

content array of union Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "content"
  ],
  "properties": {
    "content": {
      "type": "array",
      "items": {
        "refs": [],
        "type": "union"
      }
    }
  }
}

Lexicon Garden

@