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.
anchor:truealign:"left","right","wide","full"html:falsebackground:backgroundImage:truebackgroundSize:truegradient:true
dimensions:minHeight:true
typography:fontSize:truelineHeight:true
color:layout:allowEditing:false
spacing:blockGap:truepadding:truemargin:true
interactivity:clientNavigation:true
allowedBlocks:true
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
- block.json (reference)
- Source directory — browse
edit.js,save.js,index.php, and more.