app.offprint.block.heading

dmeznw3lbvqd6yyi.glorp.network View official

Documentation

main object

No description available.

Properties

level integer Required

Heading level (1-3)

minimum: 1maximum: 3
plaintext string Required

The heading text content

textAlign string Optional

Text alignment

View raw schema
{
  "type": "object",
  "required": [
    "plaintext",
    "level"
  ],
  "properties": {
    "level": {
      "type": "integer",
      "maximum": 3,
      "minimum": 1,
      "required": true,
      "description": "Heading level (1-3)"
    },
    "facets": {
      "type": "array",
      "items": {
        "ref": "app.offprint.richtext.facet",
        "type": "ref"
      },
      "description": "Facets for text formatting"
    },
    "plaintext": {
      "type": "string",
      "required": true,
      "description": "The heading text content"
    },
    "textAlign": {
      "enum": [
        "left",
        "center",
        "right"
      ],
      "type": "string",
      "description": "Text alignment"
    }
  }
}

Lexicon Garden

@