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