| [ 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/post-date", 5 "title": "Date", 6 "category": "theme", 7 "description": "Display a custom date.", 8 "textdomain": "default", 9 "attributes": { 10 "datetime": { 11 "type": "string", 12 "role": "content" 13 }, 14 "textAlign": { 15 "type": "string" 16 }, 17 "format": { 18 "type": "string" 19 }, 20 "isLink": { 21 "type": "boolean", 22 "default": false, 23 "role": "content" 24 } 25 }, 26 "usesContext": [ "postId", "postType", "queryId" ], 27 "example": { 28 "viewportWidth": 350 29 }, 30 "supports": { 31 "anchor": true, 32 "html": false, 33 "color": { 34 "gradients": true, 35 "link": true, 36 "__experimentalDefaultControls": { 37 "background": true, 38 "text": true, 39 "link": true 40 } 41 }, 42 "spacing": { 43 "margin": true, 44 "padding": true 45 }, 46 "typography": { 47 "fontSize": true, 48 "lineHeight": true, 49 "__experimentalFontFamily": true, 50 "__experimentalFontWeight": true, 51 "__experimentalFontStyle": true, 52 "__experimentalTextTransform": true, 53 "__experimentalTextDecoration": true, 54 "__experimentalLetterSpacing": true, 55 "__experimentalDefaultControls": { 56 "fontSize": true 57 } 58 }, 59 "interactivity": { 60 "clientNavigation": true 61 }, 62 "__experimentalBorder": { 63 "radius": true, 64 "color": true, 65 "width": true, 66 "style": true, 67 "__experimentalDefaultControls": { 68 "radius": true, 69 "color": true, 70 "width": true, 71 "style": true 72 } 73 } 74 } 75 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Tue Jun 16 08:20:09 2026 | Cross-referenced by PHPXref |