Rich messages

RichBlockPullQuotation

A quotation with centered text, loosely corresponding to the HTML tag <aside>.

fields

fieldtyperequireddescription
typestringrequiredType of the block, always “pullquote”
textRichTextrequiredText of the block
creditRichTextoptionalOptional. Credit of the block

import

types.ts
import type { RichBlockPullQuotation } from "@yaebal/types";

used by

types