pub.leaflet.blocks.standardSitePost

leaflet.pub

Documentation

main object

No description available.

Properties

cid string Optional

No description available.

showPublicationTheme boolean Optional

No description available.

size string Optional

No description available.

Known values: large, medium, small
uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "required": [
    "uri"
  ],
  "properties": {
    "cid": {
      "type": "string"
    },
    "uri": {
      "type": "string",
      "format": "at-uri"
    },
    "size": {
      "type": "string",
      "knownValues": [
        "large",
        "medium",
        "small"
      ]
    },
    "showPublicationTheme": {
      "type": "boolean"
    }
  }
}

Lexicon Garden

@