at path:
ROOT
/
wp-includes
/
blocks
/
navigation-link
/
block.json
run:
R
W
Run
block.json
1.54 KB
2024-02-06 14:00:13
R
W
Run
Delete
Rename
editor-rtl.css
2.23 KB
2024-02-06 14:00:13
R
W
Run
Delete
Rename
editor-rtl.min.css
2.04 KB
2024-02-06 14:00:13
R
W
Run
Delete
Rename
editor.css
2.22 KB
2024-02-06 14:00:13
R
W
Run
Delete
Rename
editor.min.css
2.04 KB
2024-02-06 14:00:13
R
W
Run
Delete
Rename
style-rtl.css
163 By
2024-02-06 14:00:13
R
W
Run
Delete
Rename
style-rtl.min.css
152 By
2024-02-06 14:00:13
R
W
Run
Delete
Rename
style.css
163 By
2024-02-06 14:00:13
R
W
Run
Delete
Rename
style.min.css
152 By
2024-02-06 14:00:13
R
W
Run
Delete
Rename
error_log
up
📄
block.json
Save
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/navigation-link", "title": "Custom Link", "category": "design", "parent": [ "core/navigation" ], "description": "Add a page, link, or another item to your navigation.", "textdomain": "default", "attributes": { "label": { "type": "string" }, "type": { "type": "string" }, "description": { "type": "string" }, "rel": { "type": "string" }, "id": { "type": "number" }, "opensInNewTab": { "type": "boolean", "default": false }, "url": { "type": "string" }, "title": { "type": "string" }, "kind": { "type": "string" }, "isTopLevelLink": { "type": "boolean" } }, "usesContext": [ "textColor", "customTextColor", "backgroundColor", "customBackgroundColor", "overlayTextColor", "customOverlayTextColor", "overlayBackgroundColor", "customOverlayBackgroundColor", "fontSize", "customFontSize", "showSubmenuIcon", "maxNestingLevel", "style" ], "supports": { "reusable": false, "html": false, "__experimentalSlashInserter": true, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } }, "editorStyle": "wp-block-navigation-link-editor", "style": "wp-block-navigation-link" }