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/post-title", |
4 "name": "core/post-title", |
5 "title": "Post Title", |
5 "title": "Title", |
6 "category": "theme", |
6 "category": "theme", |
7 "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.", |
8 "textdomain": "default", |
8 "textdomain": "default", |
9 "usesContext": [ "postId", "postType", "queryId" ], |
9 "usesContext": [ "postId", "postType", "queryId" ], |
10 "attributes": { |
10 "attributes": { |
40 "text": true, |
40 "text": true, |
41 "link": true |
41 "link": true |
42 } |
42 } |
43 }, |
43 }, |
44 "spacing": { |
44 "spacing": { |
45 "margin": true |
45 "margin": true, |
|
46 "padding": true |
46 }, |
47 }, |
47 "typography": { |
48 "typography": { |
48 "fontSize": true, |
49 "fontSize": true, |
49 "lineHeight": true, |
50 "lineHeight": true, |
50 "__experimentalFontFamily": true, |
51 "__experimentalFontFamily": true, |
51 "__experimentalFontWeight": true, |
52 "__experimentalFontWeight": true, |
52 "__experimentalFontStyle": true, |
53 "__experimentalFontStyle": true, |
53 "__experimentalTextTransform": true, |
54 "__experimentalTextTransform": true, |
|
55 "__experimentalTextDecoration": true, |
54 "__experimentalLetterSpacing": true, |
56 "__experimentalLetterSpacing": true, |
55 "__experimentalDefaultControls": { |
57 "__experimentalDefaultControls": { |
56 "fontSize": true, |
58 "fontSize": true |
57 "fontAppearance": true, |
|
58 "textTransform": true |
|
59 } |
59 } |
|
60 }, |
|
61 "interactivity": { |
|
62 "clientNavigation": true |
60 } |
63 } |
61 }, |
64 }, |
62 "style": "wp-block-post-title" |
65 "style": "wp-block-post-title" |
63 } |
66 } |