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-title", |
4 "name": "core/post-title", |
4 "title": "Post Title", |
5 "title": "Post Title", |
5 "category": "theme", |
6 "category": "theme", |
6 "description": "Displays the title of a post, page, or any other content-type.", |
7 "description": "Displays the title of a post, page, or any other content-type.", |
31 "supports": { |
32 "supports": { |
32 "align": [ "wide", "full" ], |
33 "align": [ "wide", "full" ], |
33 "html": false, |
34 "html": false, |
34 "color": { |
35 "color": { |
35 "gradients": true, |
36 "gradients": true, |
36 "link": true |
37 "link": true, |
|
38 "__experimentalDefaultControls": { |
|
39 "background": true, |
|
40 "text": true, |
|
41 "link": true |
|
42 } |
|
43 }, |
|
44 "spacing": { |
|
45 "margin": true |
37 }, |
46 }, |
38 "typography": { |
47 "typography": { |
39 "fontSize": true, |
48 "fontSize": true, |
40 "lineHeight": true, |
49 "lineHeight": true, |
41 "__experimentalFontFamily": true |
50 "__experimentalFontFamily": true, |
|
51 "__experimentalFontWeight": true, |
|
52 "__experimentalFontStyle": true, |
|
53 "__experimentalTextTransform": true, |
|
54 "__experimentalLetterSpacing": true, |
|
55 "__experimentalDefaultControls": { |
|
56 "fontSize": true, |
|
57 "fontAppearance": true, |
|
58 "textTransform": true |
|
59 } |
42 } |
60 } |
43 }, |
61 }, |
44 "style": "wp-block-post-title" |
62 "style": "wp-block-post-title" |
45 } |
63 } |