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-terms", |
4 "name": "core/post-terms", |
4 "title": "Post Terms", |
5 "title": "Post Terms", |
5 "category": "design", |
6 "category": "theme", |
6 "description": "Post terms.", |
7 "description": "Post terms.", |
7 "textdomain": "default", |
8 "textdomain": "default", |
8 "attributes": { |
9 "attributes": { |
9 "term": { |
10 "term": { |
10 "type": "string" |
11 "type": "string" |
11 }, |
12 }, |
12 "textAlign": { |
13 "textAlign": { |
13 "type": "string" |
14 "type": "string" |
|
15 }, |
|
16 "separator": { |
|
17 "type": "string", |
|
18 "default": ", " |
14 } |
19 } |
15 }, |
20 }, |
16 "usesContext": [ "postId", "postType" ], |
21 "usesContext": [ "postId", "postType" ], |
17 "supports": { |
22 "supports": { |
18 "html": false, |
23 "html": false, |
19 "color": { |
24 "color": { |
20 "gradients": true, |
25 "gradients": true, |
21 "link": true |
26 "link": true, |
|
27 "__experimentalDefaultControls": { |
|
28 "background": true, |
|
29 "text": true, |
|
30 "link": true |
|
31 } |
22 }, |
32 }, |
23 "typography": { |
33 "typography": { |
24 "lineHeight": true, |
34 "lineHeight": true, |
25 "fontSize": true |
35 "fontSize": true, |
|
36 "__experimentalFontStyle": true, |
|
37 "__experimentalFontWeight": true, |
|
38 "__experimentalLetterSpacing": true, |
|
39 "__experimentalTextTransform": true, |
|
40 "__experimentalDefaultControls": { |
|
41 "fontSize": true |
|
42 } |
26 } |
43 } |
27 } |
44 }, |
|
45 "style": "wp-block-post-terms" |
28 } |
46 } |