equal
deleted
inserted
replaced
1 { |
1 { |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
3 "apiVersion": 2, |
3 "apiVersion": 3, |
4 "name": "core/navigation-link", |
4 "name": "core/navigation-link", |
5 "title": "Custom Link", |
5 "title": "Custom Link", |
6 "category": "design", |
6 "category": "design", |
7 "parent": [ "core/navigation" ], |
7 "parent": [ "core/navigation" ], |
|
8 "allowedBlocks": [ |
|
9 "core/navigation-link", |
|
10 "core/navigation-submenu", |
|
11 "core/page-list" |
|
12 ], |
8 "description": "Add a page, link, or another item to your navigation.", |
13 "description": "Add a page, link, or another item to your navigation.", |
9 "textdomain": "default", |
14 "textdomain": "default", |
10 "attributes": { |
15 "attributes": { |
11 "label": { |
16 "label": { |
12 "type": "string" |
17 "type": "string" |
56 "style" |
61 "style" |
57 ], |
62 ], |
58 "supports": { |
63 "supports": { |
59 "reusable": false, |
64 "reusable": false, |
60 "html": false, |
65 "html": false, |
61 "__experimentalSlashInserter": true |
66 "__experimentalSlashInserter": true, |
|
67 "typography": { |
|
68 "fontSize": true, |
|
69 "lineHeight": true, |
|
70 "__experimentalFontFamily": true, |
|
71 "__experimentalFontWeight": true, |
|
72 "__experimentalFontStyle": true, |
|
73 "__experimentalTextTransform": true, |
|
74 "__experimentalTextDecoration": true, |
|
75 "__experimentalLetterSpacing": true, |
|
76 "__experimentalDefaultControls": { |
|
77 "fontSize": true |
|
78 } |
|
79 }, |
|
80 "renaming": false, |
|
81 "interactivity": { |
|
82 "clientNavigation": true |
|
83 } |
62 }, |
84 }, |
63 "editorStyle": "wp-block-navigation-link-editor", |
85 "editorStyle": "wp-block-navigation-link-editor", |
64 "style": "wp-block-navigation-link" |
86 "style": "wp-block-navigation-link" |
65 } |
87 } |