Displays a visually distinct callout showcasing a key phrase designed for social clipping.
| Surface | Note |
|---|---|
| meet-stage | Clip-to-copy actions are unavailable. |
| googlechat | Background bars revert to general quote indicators. |
| Share action triggers are omitted by sandboxes. |
| Field | Type | |
|---|---|---|
| text | string. The impactful quote statement. | required |
| author | string. Optional attribution source. | optional |
{
"type": "share_quote",
"text": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:share_quote",
"displayName": "Share Quote",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/share_quote",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Displays a visually distinct callout showcasing a key phrase designed for social clipping.",
"representativeQueries": [
"show a prominent blockquote optimised for social media sharing",
"displays a visually distinct callout showcasing a key phrase designed for social clipping.",
"render a share quote"
]
}
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 →