pub.leaflet.blocks.website

leaflet.pub

Documentation

main object

No description available.

Properties

description string Optional

No description available.

previewImage blob Optional

No description available.

maxSize: 1.0 MB
src string uri Required

A valid URI.

title string Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "src"
  ],
  "properties": {
    "src": {
      "type": "string",
      "format": "uri"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "previewImage": {
      "type": "blob",
      "accept": [
        "image/*"
      ],
      "maxSize": 1000000
    }
  }
}

Lexicon Garden

@