Profile: pull-quote
The pull-quote profile specifies a text block call-out which contains a short excerpt from the document’s body text. Pull quotes are added to stories and other content for emphasis.
The pull-quote profile is intended to be used as a type profile.
Structure
The pull-quote profile specifies a required attribute quote. This is the text to be displayed in the quote. It is treated as plain text.
The pull-quote profile specifies a number of attributes:
- attributionParty- Who said or wrote the quote. Could be- Luke Skywalkeror- Jabba, Kingpin of Tatooine
- attributionContext- Only present when- attributionPartyis also present. This contains where or when a quote was given.- Hoth, 1 ABYor- A long time ago in a galaxy far, far away...
Example pull-quote document
{
    "id": "7713",
    "profiles": [
        {
            "href": "/v1/profiles/pull-quote",
            "rels": ["type"]
        },
        {
            "href": "/v1/profiles/document"
        }
    ],
    "quote": "No... I am your father",
    "attributionParty": "Darth Vader, aka Anakin Skywalker",
    "attributionContext": "Cloud City of Bespin"
}