run:R W Run
1.63 KB
2026-03-11 16:18:51
R W Run
76 By
2026-03-11 16:18:51
R W Run
68 By
2026-03-11 16:18:51
R W Run
76 By
2026-03-11 16:18:51
R W Run
68 By
2026-03-11 16:18:51
R W Run
50 By
2026-03-11 16:18:51
R W Run
45 By
2026-03-11 16:18:51
R W Run
50 By
2026-03-11 16:18:51
R W Run
45 By
2026-03-11 16:18:51
R W Run
error_log
📄block.json
1{
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "core/site-tagline",
5 "title": "Site Tagline",
6 "category": "theme",
7 "description": "Describe in a few words what this site is about. This is important for search results, sharing on social media, and gives overall clarity to visitors.",
8 "keywords": [ "description" ],
9 "textdomain": "default",
10 "attributes": {
11 "textAlign": {
12 "type": "string"
13 },
14 "level": {
15 "type": "number",
16 "default": 0
17 },
18 "levelOptions": {
19 "type": "array",
20 "default": [ 0, 1, 2, 3, 4, 5, 6 ]
21 }
22 },
23 "example": {
24 "viewportWidth": 350,
25 "attributes": {
26 "textAlign": "center"
27 }
28 },
29 "supports": {
30 "align": [ "wide", "full" ],
31 "html": false,
32 "color": {
33 "gradients": true,
34 "__experimentalDefaultControls": {
35 "background": true,
36 "text": true
37 }
38 },
39 "contentRole": true,
40 "spacing": {
41 "margin": true,
42 "padding": true,
43 "__experimentalDefaultControls": {
44 "margin": false,
45 "padding": false
46 }
47 },
48 "typography": {
49 "fontSize": true,
50 "lineHeight": true,
51 "__experimentalFontFamily": true,
52 "__experimentalTextTransform": true,
53 "__experimentalTextDecoration": true,
54 "__experimentalFontStyle": true,
55 "__experimentalFontWeight": true,
56 "__experimentalLetterSpacing": true,
57 "__experimentalWritingMode": true,
58 "__experimentalDefaultControls": {
59 "fontSize": true
60 }
61 },
62 "interactivity": {
63 "clientNavigation": true
64 },
65 "__experimentalBorder": {
66 "radius": true,
67 "color": true,
68 "width": true,
69 "style": true
70 }
71 },
72 "editorStyle": "wp-block-site-tagline-editor",
73 "style": "wp-block-site-tagline"
74}
75