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 "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}
75