equal
deleted
inserted
replaced
1 { |
1 { |
|
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "apiVersion": 2, |
3 "apiVersion": 2, |
3 "name": "core/post-date", |
4 "name": "core/post-date", |
4 "title": "Post Date", |
5 "title": "Post Date", |
5 "category": "theme", |
6 "category": "theme", |
6 "description": "Add the date of this post.", |
7 "description": "Add the date of this post.", |
20 "usesContext": [ "postId", "postType", "queryId" ], |
21 "usesContext": [ "postId", "postType", "queryId" ], |
21 "supports": { |
22 "supports": { |
22 "html": false, |
23 "html": false, |
23 "color": { |
24 "color": { |
24 "gradients": true, |
25 "gradients": true, |
25 "link": true |
26 "link": true, |
|
27 "__experimentalDefaultControls": { |
|
28 "background": true, |
|
29 "text": true, |
|
30 "link": true |
|
31 } |
26 }, |
32 }, |
27 "typography": { |
33 "typography": { |
28 "fontSize": true, |
34 "fontSize": true, |
29 "lineHeight": true |
35 "lineHeight": true, |
|
36 "__experimentalFontFamily": true, |
|
37 "__experimentalFontWeight": true, |
|
38 "__experimentalFontStyle": true, |
|
39 "__experimentalTextTransform": true, |
|
40 "__experimentalLetterSpacing": true, |
|
41 "__experimentalDefaultControls": { |
|
42 "fontSize": true |
|
43 } |
30 } |
44 } |
31 } |
45 } |
32 } |
46 } |