blog.pckt.block.iframe

pckt.blog

Documentation

main object

No description available.

Properties

height integer Optional

Height of the embed in pixels

minimum: 16maximum: 1600
url string uri Required

The URL of the content to embed

View raw schema
{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "The URL of the content to embed"
    },
    "height": {
      "type": "integer",
      "maximum": 1600,
      "minimum": 16,
      "description": "Height of the embed in pixels"
    }
  }
}

Lexicon Garden

@