run:R W Run
1.51 KB
2026-03-11 16:18:51
R W Run
85 By
2026-03-11 16:18:51
R W Run
80 By
2026-03-11 16:18:51
R W Run
85 By
2026-03-11 16:18:51
R W Run
80 By
2026-03-11 16:18:51
R W Run
377 By
2026-03-11 16:18:51
R W Run
339 By
2026-03-11 16:18:51
R W Run
377 By
2026-03-11 16:18:51
R W Run
339 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/post-excerpt",
5 "title": "Excerpt",
6 "category": "theme",
7 "description": "Display the excerpt.",
8 "textdomain": "default",
9 "attributes": {
10 "textAlign": {
11 "type": "string"
12 },
13 "moreText": {
14 "type": "string",
15 "role": "content"
16 },
17 "showMoreOnNewLine": {
18 "type": "boolean",
19 "default": true
20 },
21 "excerptLength": {
22 "type": "number",
23 "default": 55
24 }
25 },
26 "usesContext": [ "postId", "postType", "queryId" ],
27 "example": {
28 "viewportWidth": 350
29 },
30 "supports": {
31 "html": false,
32 "color": {
33 "gradients": true,
34 "link": true,
35 "__experimentalDefaultControls": {
36 "background": true,
37 "text": true,
38 "link": true
39 }
40 },
41 "spacing": {
42 "margin": true,
43 "padding": true
44 },
45 "typography": {
46 "fontSize": true,
47 "lineHeight": true,
48 "__experimentalFontFamily": true,
49 "__experimentalFontWeight": true,
50 "__experimentalFontStyle": true,
51 "__experimentalTextTransform": true,
52 "__experimentalTextDecoration": true,
53 "__experimentalLetterSpacing": true,
54 "__experimentalDefaultControls": {
55 "fontSize": true
56 }
57 },
58 "interactivity": {
59 "clientNavigation": true
60 },
61 "__experimentalBorder": {
62 "radius": true,
63 "color": true,
64 "width": true,
65 "style": true,
66 "__experimentalDefaultControls": {
67 "radius": true,
68 "color": true,
69 "width": true,
70 "style": true
71 }
72 }
73 },
74 "editorStyle": "wp-block-post-excerpt-editor",
75 "style": "wp-block-post-excerpt"
76}
77