equal
deleted
inserted
replaced
1 { |
1 { |
|
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "apiVersion": 2, |
3 "apiVersion": 2, |
3 "name": "core/query-title", |
4 "name": "core/query-title", |
4 "title": "Query Title", |
5 "title": "Query Title", |
5 "category": "design", |
6 "category": "theme", |
6 "description": "Display the query title.", |
7 "description": "Display the query title.", |
7 "textdomain": "default", |
8 "textdomain": "default", |
8 "attributes": { |
9 "attributes": { |
9 "type": { |
10 "type": { |
10 "type": "string" |
11 "type": "string" |
19 }, |
20 }, |
20 "supports": { |
21 "supports": { |
21 "align": [ "wide", "full" ], |
22 "align": [ "wide", "full" ], |
22 "html": false, |
23 "html": false, |
23 "color": { |
24 "color": { |
24 "gradients": true |
25 "gradients": true, |
|
26 "__experimentalDefaultControls": { |
|
27 "background": true, |
|
28 "text": true |
|
29 } |
|
30 }, |
|
31 "spacing": { |
|
32 "margin": true |
25 }, |
33 }, |
26 "typography": { |
34 "typography": { |
27 "fontSize": true, |
35 "fontSize": true, |
28 "lineHeight": true, |
36 "lineHeight": true, |
29 "__experimentalFontFamily": true |
37 "__experimentalFontFamily": true, |
|
38 "__experimentalFontStyle": true, |
|
39 "__experimentalFontWeight": true, |
|
40 "__experimentalLetterSpacing": true, |
|
41 "__experimentalTextTransform": true, |
|
42 "__experimentalDefaultControls": { |
|
43 "fontSize": true, |
|
44 "fontAppearance": true, |
|
45 "textTransform": true |
|
46 } |
30 } |
47 } |
31 }, |
48 }, |
32 "editorStyle": "wp-block-query-title-editor" |
49 "editorStyle": "wp-block-query-title-editor" |
33 } |
50 } |