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/query-no-results", |
4 "name": "core/query-no-results", |
5 "title": "No results", |
5 "title": "No results", |
6 "category": "theme", |
6 "category": "theme", |
7 "description": "Contains the block elements used to render content when no query results are found.", |
7 "description": "Contains the block elements used to render content when no query results are found.", |
8 "parent": [ "core/query" ], |
8 "parent": [ "core/query" ], |
13 "reusable": false, |
13 "reusable": false, |
14 "html": false, |
14 "html": false, |
15 "color": { |
15 "color": { |
16 "gradients": true, |
16 "gradients": true, |
17 "link": true |
17 "link": true |
|
18 }, |
|
19 "typography": { |
|
20 "fontSize": true, |
|
21 "lineHeight": true, |
|
22 "__experimentalFontFamily": true, |
|
23 "__experimentalFontWeight": true, |
|
24 "__experimentalFontStyle": true, |
|
25 "__experimentalTextTransform": true, |
|
26 "__experimentalTextDecoration": true, |
|
27 "__experimentalLetterSpacing": true, |
|
28 "__experimentalDefaultControls": { |
|
29 "fontSize": true |
|
30 } |
|
31 }, |
|
32 "interactivity": { |
|
33 "clientNavigation": true |
18 } |
34 } |
19 } |
35 } |
20 } |
36 } |