run:R W Run
1.53 KB
2026-03-11 16:18:52
R W Run
1.64 KB
2026-03-11 16:18:52
R W Run
1.49 KB
2026-03-11 16:18:52
R W Run
1.64 KB
2026-03-11 16:18:52
R W Run
1.49 KB
2026-03-11 16:18:52
R W Run
error_log
📄block.json
1{
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "core/post-template",
5 "title": "Post Template",
6 "category": "theme",
7 "ancestor": [ "core/query" ],
8 "description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.",
9 "textdomain": "default",
10 "usesContext": [
11 "queryId",
12 "query",
13 "displayLayout",
14 "templateSlug",
15 "previewPostType",
16 "enhancedPagination",
17 "postType"
18 ],
19 "supports": {
20 "reusable": false,
21 "html": false,
22 "align": [ "wide", "full" ],
23 "layout": true,
24 "color": {
25 "gradients": true,
26 "link": true,
27 "__experimentalDefaultControls": {
28 "background": true,
29 "text": true
30 }
31 },
32 "typography": {
33 "fontSize": true,
34 "lineHeight": true,
35 "__experimentalFontFamily": true,
36 "__experimentalFontWeight": true,
37 "__experimentalFontStyle": true,
38 "__experimentalTextTransform": true,
39 "__experimentalTextDecoration": true,
40 "__experimentalLetterSpacing": true,
41 "__experimentalDefaultControls": {
42 "fontSize": true
43 }
44 },
45 "spacing": {
46 "margin": true,
47 "padding": true,
48 "blockGap": {
49 "__experimentalDefault": "1.25em"
50 },
51 "__experimentalDefaultControls": {
52 "blockGap": true,
53 "padding": false,
54 "margin": false
55 }
56 },
57 "interactivity": {
58 "clientNavigation": true
59 },
60 "__experimentalBorder": {
61 "radius": true,
62 "color": true,
63 "width": true,
64 "style": true
65 }
66 },
67 "style": "wp-block-post-template",
68 "editorStyle": "wp-block-post-template-editor"
69}
70