| [ 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/pullquote", 5 "title": "Pullquote", 6 "category": "text", 7 "description": "Give special visual emphasis to a quote from your text.", 8 "textdomain": "default", 9 "attributes": { 10 "value": { 11 "type": "rich-text", 12 "source": "rich-text", 13 "selector": "p", 14 "role": "content" 15 }, 16 "citation": { 17 "type": "rich-text", 18 "source": "rich-text", 19 "selector": "cite", 20 "role": "content" 21 } 22 }, 23 "supports": { 24 "anchor": true, 25 "align": [ "left", "right", "wide", "full" ], 26 "background": { 27 "backgroundImage": true, 28 "backgroundSize": true, 29 "gradient": true, 30 "__experimentalDefaultControls": { 31 "backgroundImage": true, 32 "gradient": true 33 } 34 }, 35 "color": { 36 "gradients": true, 37 "background": true, 38 "link": true, 39 "__experimentalDefaultControls": { 40 "background": true, 41 "text": true 42 } 43 }, 44 "dimensions": { 45 "minHeight": true 46 }, 47 "spacing": { 48 "margin": true, 49 "padding": true 50 }, 51 "typography": { 52 "fontSize": true, 53 "lineHeight": true, 54 "textAlign": true, 55 "__experimentalFontFamily": true, 56 "__experimentalFontWeight": true, 57 "__experimentalFontStyle": true, 58 "__experimentalTextTransform": true, 59 "__experimentalTextDecoration": true, 60 "__experimentalLetterSpacing": true, 61 "__experimentalDefaultControls": { 62 "fontSize": true 63 } 64 }, 65 "__experimentalBorder": { 66 "color": true, 67 "radius": true, 68 "style": true, 69 "width": true, 70 "__experimentalDefaultControls": { 71 "color": true, 72 "radius": true, 73 "style": true, 74 "width": true 75 } 76 }, 77 "__experimentalStyle": { 78 "typography": { 79 "fontSize": "1.5em", 80 "lineHeight": "1.6" 81 } 82 }, 83 "interactivity": { 84 "clientNavigation": true 85 } 86 }, 87 "editorStyle": "wp-block-pullquote-editor", 88 "style": "wp-block-pullquote" 89 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Mon Jul 27 08:20:18 2026 | Cross-referenced by PHPXref |