| [ 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 "editableRoot": true, 33 "anchor": true, 34 "className": false, 35 "__experimentalBorder": { 36 "color": true, 37 "radius": true, 38 "style": true, 39 "width": true 40 }, 41 "color": { 42 "gradients": true, 43 "link": true, 44 "__experimentalDefaultControls": { 45 "background": true, 46 "text": true 47 } 48 }, 49 "spacing": { 50 "margin": true, 51 "padding": true, 52 "__experimentalDefaultControls": { 53 "margin": false, 54 "padding": false 55 } 56 }, 57 "typography": { 58 "fontSize": true, 59 "lineHeight": true, 60 "textAlign": true, 61 "textColumns": true, 62 "textIndent": true, 63 "__experimentalFontFamily": true, 64 "__experimentalTextDecoration": true, 65 "__experimentalFontStyle": true, 66 "__experimentalFontWeight": true, 67 "__experimentalLetterSpacing": true, 68 "__experimentalTextTransform": true, 69 "__experimentalWritingMode": true, 70 "fitText": true, 71 "__experimentalDefaultControls": { 72 "fontSize": true 73 } 74 }, 75 "__experimentalSelector": "p", 76 "__unstablePasteTextInline": true, 77 "interactivity": { 78 "clientNavigation": true 79 } 80 }, 81 "selectors": { 82 "root": "p", 83 "typography": { 84 "textIndent": ".wp-block-paragraph + .wp-block-paragraph" 85 } 86 }, 87 "editorStyle": "wp-block-paragraph-editor", 88 "style": "wp-block-paragraph" 89 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Mon Jul 27 08:20:18 2026 | Cross-referenced by PHPXref |