app.offprint.block.button

offprint.app

Documentation

main object

No description available.

Properties

caption string Optional

Optional caption text displayed above the button

href string uri Required

The URL the button links to

text string Required

The button label text

View raw schema
{
  "type": "object",
  "required": [
    "text",
    "href"
  ],
  "properties": {
    "href": {
      "type": "string",
      "format": "uri",
      "required": true,
      "description": "The URL the button links to"
    },
    "text": {
      "type": "string",
      "required": true,
      "description": "The button label text"
    },
    "caption": {
      "type": "string",
      "description": "Optional caption text displayed above the button"
    }
  }
}

Lexicon Garden

@