Styled pull-quote with optional attribution line
A concise description of the content.
| Field | Type | |
|---|---|---|
| text | string | required |
| attribution | string | optional |
{
"type": "blockquote",
"text": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:blockquote",
"displayName": "Blockquote",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/blockquote",
"capabilities": [
"web",
"google-apps-script-web",
"mcp-apps"
],
"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"
]
}
The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →