| [ 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/paragraph", 5 "title": "Paragraph", 6 "category": "text", 7 "description": "Start with the basic building block of all narrative.", 8 "keywords": [ "text" ], 9 "textdomain": "default", 10 "attributes": { 11 "content": { 12 "type": "rich-text", 13 "source": "rich-text", 14 "selector": "p", 15 "role": "content" 16 }, 17 "dropCap": { 18 "type": "boolean", 19 "default": false 20 }, 21 "placeholder": { 22 "type": "string" 23 }, 24 "direction": { 25 "type": "string", 26 "enum": [ "ltr", "rtl" ] 27 } 28 }, 29 "supports": { 30 "align": [ "wide", "full" ], 31 "splitting": true, 32 "anchor": true, 33 "className": false, 34 "__experimentalBorder": { 35 "color": true, 36 "radius": true, 37 "style": true, 38 "width": true 39 }, 40 "color": { 41 "gradients": true, 42 "link": true, 43 "__experimentalDefaultControls": { 44 "background": true, 45 "text": true 46 } 47 }, 48 "spacing": { 49 "margin": true, 50 "padding": true, 51 "__experimentalDefaultControls": { 52 "margin": false, 53 "padding": false 54 } 55 }, 56 "typography": { 57 "fontSize": true, 58 "lineHeight": true, 59 "textAlign": true, 60 "__experimentalFontFamily": true, 61 "__experimentalTextDecoration": true, 62 "__experimentalFontStyle": true, 63 "__experimentalFontWeight": true, 64 "__experimentalLetterSpacing": true, 65 "__experimentalTextTransform": true, 66 "__experimentalWritingMode": true, 67 "fitText": true, 68 "__experimentalDefaultControls": { 69 "fontSize": true 70 } 71 }, 72 "__experimentalSelector": "p", 73 "__unstablePasteTextInline": true, 74 "interactivity": { 75 "clientNavigation": true 76 } 77 }, 78 "editorStyle": "wp-block-paragraph-editor", 79 "style": "wp-block-paragraph" 80 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Thu May 7 08:20:02 2026 | Cross-referenced by PHPXref |