author | ymh <ymh.work@gmail.com> |
Fri, 05 Sep 2025 18:40:08 +0200 | |
changeset 21 | 48c4eec2b7e6 |
parent 19 | 3d72ae0968f4 |
child 22 | 8c2e4d02f4ef |
permissions | -rw-r--r-- |
18 | 1 |
{ |
19 | 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3 |
"apiVersion": 3, |
18 | 4 |
"name": "core/site-title", |
5 |
"title": "Site Title", |
|
19 | 6 |
"category": "theme", |
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.", |
|
18 | 8 |
"textdomain": "default", |
9 |
"attributes": { |
|
10 |
"level": { |
|
11 |
"type": "number", |
|
12 |
"default": 1 |
|
13 |
}, |
|
14 |
"textAlign": { |
|
15 |
"type": "string" |
|
19 | 16 |
}, |
17 |
"isLink": { |
|
18 |
"type": "boolean", |
|
19 |
"default": true |
|
20 |
}, |
|
21 |
"linkTarget": { |
|
22 |
"type": "string", |
|
23 |
"default": "_self" |
|
18 | 24 |
} |
25 |
}, |
|
19 | 26 |
"example": { |
27 |
"viewportWidth": 500 |
|
28 |
}, |
|
18 | 29 |
"supports": { |
30 |
"align": [ "wide", "full" ], |
|
31 |
"html": false, |
|
32 |
"color": { |
|
33 |
"gradients": true, |
|
19 | 34 |
"link": true, |
35 |
"__experimentalDefaultControls": { |
|
36 |
"background": true, |
|
37 |
"text": true, |
|
38 |
"link": true |
|
39 |
} |
|
18 | 40 |
}, |
41 |
"spacing": { |
|
42 |
"padding": true, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
43 |
"margin": true, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
44 |
"__experimentalDefaultControls": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
45 |
"margin": false, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
46 |
"padding": false |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
47 |
} |
18 | 48 |
}, |
49 |
"typography": { |
|
50 |
"fontSize": true, |
|
51 |
"lineHeight": true, |
|
52 |
"__experimentalFontFamily": true, |
|
53 |
"__experimentalTextTransform": true, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
54 |
"__experimentalTextDecoration": true, |
18 | 55 |
"__experimentalFontStyle": true, |
19 | 56 |
"__experimentalFontWeight": true, |
57 |
"__experimentalLetterSpacing": true, |
|
58 |
"__experimentalDefaultControls": { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
59 |
"fontSize": true |
19 | 60 |
} |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
61 |
}, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
62 |
"interactivity": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
63 |
"clientNavigation": true |
18 | 64 |
} |
65 |
}, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
66 |
"editorStyle": "wp-block-site-title-editor", |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
67 |
"style": "wp-block-site-title" |
18 | 68 |
} |