equal
deleted
inserted
replaced
1 { |
1 { |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
3 "apiVersion": 2, |
3 "apiVersion": 3, |
4 "name": "core/comment-date", |
4 "name": "core/comment-date", |
5 "title": "Comment Date", |
5 "title": "Comment Date", |
6 "category": "theme", |
6 "category": "theme", |
7 "ancestor": [ "core/comment-template" ], |
7 "ancestor": [ "core/comment-template" ], |
8 "description": "Displays the date on which the comment was posted.", |
8 "description": "Displays the date on which the comment was posted.", |
26 "background": true, |
26 "background": true, |
27 "text": true, |
27 "text": true, |
28 "link": true |
28 "link": true |
29 } |
29 } |
30 }, |
30 }, |
|
31 "spacing": { |
|
32 "margin": true, |
|
33 "padding": true |
|
34 }, |
31 "typography": { |
35 "typography": { |
32 "fontSize": true, |
36 "fontSize": true, |
33 "lineHeight": true, |
37 "lineHeight": true, |
34 "__experimentalFontFamily": true, |
38 "__experimentalFontFamily": true, |
35 "__experimentalFontWeight": true, |
39 "__experimentalFontWeight": true, |
36 "__experimentalFontStyle": true, |
40 "__experimentalFontStyle": true, |
37 "__experimentalTextTransform": true, |
41 "__experimentalTextTransform": true, |
|
42 "__experimentalTextDecoration": true, |
38 "__experimentalLetterSpacing": true, |
43 "__experimentalLetterSpacing": true, |
39 "__experimentalDefaultControls": { |
44 "__experimentalDefaultControls": { |
40 "fontSize": true |
45 "fontSize": true |
41 } |
46 } |
|
47 }, |
|
48 "interactivity": { |
|
49 "clientNavigation": true |
42 } |
50 } |
43 } |
51 } |
44 } |
52 } |