Blockquote

Styled pull-quote with optional attribution line

Surfaces
apps-script-web
Fields
FieldType
textstringrequired
attributionstringoptional
Example payload
{
  "type": "blockquote",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:blockquote",
  "displayName": "Blockquote",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/blockquote",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Styled pull-quote with optional attribution line",
  "representativeQueries": [
    "show a styled pull-quote with attribution",
    "styled pull-quote with optional attribution line",
    "render a blockquote"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →