run:R W Run
1.73 KB
2026-03-11 16:18:51
R W Run
2.15 KB
2026-03-11 16:18:51
R W Run
1.93 KB
2026-03-11 16:18:51
R W Run
2.15 KB
2026-03-11 16:18:51
R W Run
1.93 KB
2026-03-11 16:18:51
R W Run
355 By
2026-03-11 16:18:51
R W Run
317 By
2026-03-11 16:18:51
R W Run
354 By
2026-03-11 16:18:51
R W Run
316 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/navigation-link",
5 "title": "Custom Link",
6 "category": "design",
7 "parent": [ "core/navigation" ],
8 "allowedBlocks": [
9 "core/navigation-link",
10 "core/navigation-submenu",
11 "core/page-list"
12 ],
13 "description": "Add a page, link, or another item to your navigation.",
14 "textdomain": "default",
15 "attributes": {
16 "label": {
17 "type": "string",
18 "role": "content"
19 },
20 "type": {
21 "type": "string"
22 },
23 "description": {
24 "type": "string"
25 },
26 "rel": {
27 "type": "string"
28 },
29 "id": {
30 "type": "number"
31 },
32 "opensInNewTab": {
33 "type": "boolean",
34 "default": false
35 },
36 "url": {
37 "type": "string"
38 },
39 "title": {
40 "type": "string"
41 },
42 "kind": {
43 "type": "string"
44 },
45 "isTopLevelLink": {
46 "type": "boolean"
47 }
48 },
49 "usesContext": [
50 "textColor",
51 "customTextColor",
52 "backgroundColor",
53 "customBackgroundColor",
54 "overlayTextColor",
55 "customOverlayTextColor",
56 "overlayBackgroundColor",
57 "customOverlayBackgroundColor",
58 "fontSize",
59 "customFontSize",
60 "showSubmenuIcon",
61 "maxNestingLevel",
62 "style"
63 ],
64 "supports": {
65 "reusable": false,
66 "html": false,
67 "__experimentalSlashInserter": true,
68 "typography": {
69 "fontSize": true,
70 "lineHeight": true,
71 "__experimentalFontFamily": true,
72 "__experimentalFontWeight": true,
73 "__experimentalFontStyle": true,
74 "__experimentalTextTransform": true,
75 "__experimentalTextDecoration": true,
76 "__experimentalLetterSpacing": true,
77 "__experimentalDefaultControls": {
78 "fontSize": true
79 }
80 },
81 "renaming": false,
82 "interactivity": {
83 "clientNavigation": true
84 }
85 },
86 "editorStyle": "wp-block-navigation-link-editor",
87 "style": "wp-block-navigation-link"
88}
89