Quote


Give quoted text visual emphasis. “In quoting others, we cite ourselves.” — Julio Cortázar

  • Name: core/quote
  • Category: text
  • API Version: 3
  • Block Type: Static (saved in post content)
  • Keywords: blockquote, cite

Attributes

Defined via the attributes property in block.json.

Attribute Type Default Description
value string "" Source: html. Selector: blockquote. Role: content
citation rich-text Source: rich-text. Selector: cite. Role: content
textAlign string

Supports

Defined via the supports property in block.json.

Block Styles

Defined via the styles property in block.json.

Style Name Label Default
default Default Yes
plain Plain No

Block Markup

This is a static block. The markup is saved directly in the post content.

<!-- wp:quote {"value":""} -->
<!-- Content... -->
<!-- /wp:quote -->

Source