Interface PageBlockPullQuote

A pull quote. Subtype of PageBlock.

interface PageBlockPullQuote {
    @type: "pageBlockPullQuote";
    credit: RichText;
    text: RichText;
}

Properties

Properties

@type: "pageBlockPullQuote"
credit: RichText

Quote credit.

text: RichText

Quote text.