diff --git a/packages/block-library/src/navigation/block.json b/packages/block-library/src/navigation/block.json index c65e0c6224616e..055d41243137dc 100644 --- a/packages/block-library/src/navigation/block.json +++ b/packages/block-library/src/navigation/block.json @@ -18,7 +18,11 @@ "core/buttons" ], "description": "A collection of blocks that allow visitors to get around your site.", - "keywords": [ "menu", "navigation", "links" ], + "keywords": [ + "menu", + "navigation", + "links" + ], "textdomain": "default", "attributes": { "ref": { @@ -82,8 +86,16 @@ "default": 5 }, "templateLock": { - "type": [ "string", "boolean" ], - "enum": [ "all", "insert", "contentOnly", false ] + "type": [ + "string", + "boolean" + ], + "enum": [ + "all", + "insert", + "contentOnly", + false + ] } }, "providesContext": { @@ -103,7 +115,10 @@ "maxNestingLevel": "maxNestingLevel" }, "supports": { - "align": [ "wide", "full" ], + "align": [ + "wide", + "full" + ], "ariaLabel": true, "html": false, "inserter": true, @@ -116,14 +131,22 @@ "__experimentalFontFamily": true, "__experimentalLetterSpacing": true, "__experimentalTextDecoration": true, - "__experimentalSkipSerialization": [ "textDecoration" ], + "__experimentalSkipSerialization": [ + "textDecoration" + ], "__experimentalDefaultControls": { "fontSize": true } }, "spacing": { "blockGap": true, - "units": [ "px", "em", "rem", "vh", "vw" ], + "units": [ + "px", + "em", + "rem", + "vh", + "vw" + ], "__experimentalDefaultControls": { "blockGap": true } @@ -137,9 +160,21 @@ "type": "flex" } }, + "__experimentalBorder": { + "radius": true, + "color": true, + "width": true, + "style": true, + "__experimentalDefaultControls": { + "radius": true, + "color": true, + "width": true, + "style": true + } + }, "interactivity": true, "renaming": false }, "editorStyle": "wp-block-navigation-editor", "style": "wp-block-navigation" -} +} \ No newline at end of file