| [ 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/comment-edit-link", 5 "title": "Comment Edit Link", 6 "category": "theme", 7 "ancestor": [ "core/comment-template" ], 8 "description": "Displays a link to edit the comment in the WordPress Dashboard. This link is only visible to users with the edit comment capability.", 9 "textdomain": "default", 10 "usesContext": [ "commentId" ], 11 "attributes": { 12 "linkTarget": { 13 "type": "string", 14 "default": "_self" 15 } 16 }, 17 "supports": { 18 "anchor": true, 19 "html": false, 20 "color": { 21 "link": true, 22 "gradients": true, 23 "text": false, 24 "__experimentalDefaultControls": { 25 "background": true, 26 "link": true 27 } 28 }, 29 "spacing": { 30 "margin": true, 31 "padding": true, 32 "__experimentalDefaultControls": { 33 "margin": false, 34 "padding": false 35 } 36 }, 37 "typography": { 38 "fontSize": true, 39 "lineHeight": true, 40 "textAlign": true, 41 "__experimentalFontFamily": true, 42 "__experimentalFontWeight": true, 43 "__experimentalFontStyle": true, 44 "__experimentalTextTransform": true, 45 "__experimentalTextDecoration": true, 46 "__experimentalLetterSpacing": true, 47 "__experimentalDefaultControls": { 48 "fontSize": true 49 } 50 }, 51 "interactivity": { 52 "clientNavigation": true 53 }, 54 "__experimentalBorder": { 55 "radius": true, 56 "color": true, 57 "width": true, 58 "style": true 59 } 60 }, 61 "style": "wp-block-comment-edit-link" 62 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Tue Jun 16 08:20:09 2026 | Cross-referenced by PHPXref |