equal
deleted
inserted
replaced
1 { |
1 { |
|
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "apiVersion": 2, |
3 "apiVersion": 2, |
3 "name": "core/site-title", |
4 "name": "core/site-title", |
4 "title": "Site Title", |
5 "title": "Site Title", |
5 "category": "design", |
6 "category": "theme", |
6 "description": "Displays and allows editing the name of the site. The site title usually appears in the browser title bar, in search results, and more. Also available in Settings > General.", |
7 "description": "Displays the name of this site. Update the block, and the changes apply everywhere it’s used. This will also appear in the browser title bar and in search results.", |
7 "textdomain": "default", |
8 "textdomain": "default", |
8 "attributes": { |
9 "attributes": { |
9 "level": { |
10 "level": { |
10 "type": "number", |
11 "type": "number", |
11 "default": 1 |
12 "default": 1 |
12 }, |
13 }, |
13 "textAlign": { |
14 "textAlign": { |
14 "type": "string" |
15 "type": "string" |
|
16 }, |
|
17 "isLink": { |
|
18 "type": "boolean", |
|
19 "default": true |
|
20 }, |
|
21 "linkTarget": { |
|
22 "type": "string", |
|
23 "default": "_self" |
15 } |
24 } |
|
25 }, |
|
26 "example": { |
|
27 "viewportWidth": 500 |
16 }, |
28 }, |
17 "supports": { |
29 "supports": { |
18 "align": [ "wide", "full" ], |
30 "align": [ "wide", "full" ], |
19 "html": false, |
31 "html": false, |
20 "color": { |
32 "color": { |
21 "gradients": true, |
33 "gradients": true, |
22 "text": false, |
34 "link": true, |
23 "link": true |
35 "__experimentalDefaultControls": { |
|
36 "background": true, |
|
37 "text": true, |
|
38 "link": true |
|
39 } |
24 }, |
40 }, |
25 "spacing": { |
41 "spacing": { |
26 "padding": true, |
42 "padding": true, |
27 "margin": true |
43 "margin": true |
28 }, |
44 }, |
30 "fontSize": true, |
46 "fontSize": true, |
31 "lineHeight": true, |
47 "lineHeight": true, |
32 "__experimentalFontFamily": true, |
48 "__experimentalFontFamily": true, |
33 "__experimentalTextTransform": true, |
49 "__experimentalTextTransform": true, |
34 "__experimentalFontStyle": true, |
50 "__experimentalFontStyle": true, |
35 "__experimentalFontWeight": true |
51 "__experimentalFontWeight": true, |
|
52 "__experimentalLetterSpacing": true, |
|
53 "__experimentalDefaultControls": { |
|
54 "fontSize": true, |
|
55 "lineHeight": true, |
|
56 "fontAppearance": true, |
|
57 "letterSpacing": true, |
|
58 "textTransform": true |
|
59 } |
36 } |
60 } |
37 }, |
61 }, |
38 "editorStyle": "wp-block-site-title-editor" |
62 "editorStyle": "wp-block-site-title-editor" |
39 } |
63 } |