| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 3, 4 "name": "core/quote", 5 "title": "Quote", 6 "category": "text", 7 "description": "Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" — Julio Cortázar", 8 "keywords": [ "blockquote", "cite" ], 9 "textdomain": "default", 10 "attributes": { 11 "value": { 12 "type": "string", 13 "source": "html", 14 "selector": "blockquote", 15 "multiline": "p", 16 "default": "", 17 "role": "content" 18 }, 19 "citation": { 20 "type": "rich-text", 21 "source": "rich-text", 22 "selector": "cite", 23 "role": "content" 24 }, 25 "textAlign": { 26 "type": "string" 27 } 28 }, 29 "supports": { 30 "anchor": true, 31 "align": [ "left", "right", "wide", "full" ], 32 "html": false, 33 "background": { 34 "backgroundImage": true, 35 "backgroundSize": true, 36 "gradient": true, 37 "__experimentalDefaultControls": { 38 "backgroundImage": true, 39 "gradient": true 40 } 41 }, 42 "__experimentalBorder": { 43 "color": true, 44 "radius": true, 45 "style": true, 46 "width": true, 47 "__experimentalDefaultControls": { 48 "color": true, 49 "radius": true, 50 "style": true, 51 "width": true 52 } 53 }, 54 "dimensions": { 55 "minHeight": true, 56 "__experimentalDefaultControls": { 57 "minHeight": false 58 } 59 }, 60 "__experimentalOnEnter": true, 61 "__experimentalOnMerge": true, 62 "typography": { 63 "fontSize": true, 64 "lineHeight": true, 65 "__experimentalFontFamily": true, 66 "__experimentalFontWeight": true, 67 "__experimentalFontStyle": true, 68 "__experimentalTextTransform": true, 69 "__experimentalTextDecoration": true, 70 "__experimentalLetterSpacing": true, 71 "__experimentalDefaultControls": { 72 "fontSize": true 73 } 74 }, 75 "color": { 76 "gradients": true, 77 "heading": true, 78 "link": true, 79 "__experimentalDefaultControls": { 80 "background": true, 81 "text": true 82 } 83 }, 84 "layout": { 85 "allowEditing": false 86 }, 87 "spacing": { 88 "blockGap": true, 89 "padding": true, 90 "margin": true 91 }, 92 "interactivity": { 93 "clientNavigation": true 94 }, 95 "allowedBlocks": true 96 }, 97 "styles": [ 98 { 99 "name": "default", 100 "label": "Default", 101 "isDefault": true 102 }, 103 { "name": "plain", "label": "Plain" } 104 ], 105 "editorStyle": "wp-block-quote-editor", 106 "style": "wp-block-quote" 107 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Mon Jul 27 08:20:18 2026 | Cross-referenced by PHPXref |